0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-10 23:40:06 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Kevin Lin
904f149e5b
reverse_proxy: fix bidirectional streams with encodings (fix ) ()
* reverse_proxy: fix bi-h2stream breaking gzip encode handle().

* 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-08-03 20:50:38 -06:00
Kevin Lin
e9b1d7dcb4
reverse_proxy: flush HTTP/2 response when ContentLength is unknown ()
* reverse proxy: Support more h2 stream scenarios ()

* reverse proxy: add integration test for better h2 stream ()

* reverse proxy: adjust comments as francislavoie suggests

* link to issue  in the comments
2020-07-20 12:14:46 -06:00