Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | reverse_proxy: fix bidirectional streams with encodings (fix #3606) (#3620) | Kevin Lin | |
* reverse_proxy: fix bi-h2stream breaking gzip encode handle(#3606). * reverse_proxy: check http version of both sides to avoid affecting non-h2 upstream. * Minor cleanup; apply review suggestions Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> | |||
2020-07-20 | reverse_proxy: flush HTTP/2 response when ContentLength is unknown (#3561) | Kevin Lin | |
* reverse proxy: Support more h2 stream scenarios (#3556) * reverse proxy: add integration test for better h2 stream (#3556) * reverse proxy: adjust comments as francislavoie suggests * link to issue #3556 in the comments |