New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accept-Encoding: gzip header added by fetch2 handler #624
Comments
|
ldemailly
added a commit
that referenced
this issue
Sep 18, 2022
…ixes #624) also fix a data race and also enable delay,close and header query args for debug endpoint
ldemailly
added a commit
that referenced
this issue
Sep 19, 2022
…625) * only do compression if requested explictly when forwarding/fetching (fixes #624) also fix a data race and also enable delay,close and header query args for debug endpoint * allow content-type (and content-length though that can create invalid data) to be passed as echo/debug header= to override the default * readme update for debug handler features * add (indirect) test for gzip compression on debug handler (and restore coverage) * actually exercise gzip handling in the test + catch the missing payload earlier than webtest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't need the
| gunzip
The text was updated successfully, but these errors were encountered: