Matthew Holt
8cb3cf540c
Minor cleanup, resolve a couple lint warnings
2022-08-29 12:31:56 -06:00
KallyDev
c48fadc4a7
Move from deprecated ioutil to os and io packages ( #4364 )
2021-09-29 11:17:48 -06:00
Kevin Lin
904f149e5b
reverse_proxy: fix bidirectional streams with encodings ( fix #3606 ) ( #3620 )
...
* 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-08-03 20:50:38 -06:00
Kevin Lin
e9b1d7dcb4
reverse_proxy: flush HTTP/2 response when ContentLength is unknown ( #3561 )
...
* 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
2020-07-20 12:14:46 -06:00