Francis Lavoie
96058538f0
reverseproxy: Logging for streaming and upgrades ( #3689 )
...
* reverseproxy: Enable error logging for connection upgrades
* reverseproxy: Change some of the error levels, unsugar
* Use unsugared log in one spot
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2020-11-20 14:24:58 -07:00
Christian Flach
fdfdc03339
reverseproxy: Ignore RFC 1521 params in Content-Type header ( #3758 )
...
Without this change, a Content-Type header like "text/event-stream;charset=utf-8"
would not trigger the immediate flushing.
Fixes #3765
2020-10-01 12:15:45 -06:00
Matthew Holt
c94f5bb7dd
reverseproxy: Make default buffer size const
2020-08-17 16:17:16 -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
Matthew Holt
b3bff13f7d
reverseproxy: Close websocket conn if req context cancels
...
This is a recent patch in the Go standard library
2020-06-11 15:25:26 -06:00
Matthew Holt
881b826fb5
reverseproxy: Pool copy buffers (minor optimization)
2020-05-27 11:42:19 -06:00
Mohammed Al Sahaf
dff78d82ce
v2: housekeeping: address minor lint complaints ( #2957 )
...
* v2: housekeeping: update tools
* v2: housekeeping: adhere to US locale in spelling
* v2: housekeeping: simplify code
2020-01-03 11:33:22 -07:00
Matthew Holt
1228dd7d93
reverse_proxy: Allow buffering of client requests
...
This is a bad idea, but some backends apparently require it. See
discussion in #176 .
2019-11-15 17:15:33 -07:00
Matthew Holt
652460e03e
Some cleanup and godoc
2019-09-03 16:56:09 -06:00