-
Notifications
You must be signed in to change notification settings - Fork 27
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
Why use gzip by default? #26
Comments
I faced with same issue on last versions of the plugin and Jmeter. More over if add User-Agent to HTTP Header Management then two User-Agent headers are sent. And server response expected
So interaction between HTTP Header Management config element and HTTP2 sampler is incorrect too. |
Hi @jerviscui and @Yurons I made a pre-release with some changes in the plugin. This pre-release solve the problem of Before its release, I need your feedback. |
Thank you @3dgiordano |
Hi @jerviscui We are waiting to see if it resolves your issues. Regards |
Hello @jerviscui, @Yurons It has been a while since we saw some activity regarding this issue. I'll be closing it but, if the error persists in the current version, please don't hesitate to open it up again. |
I see the Request Header has a
Accept-Encoding: gzip
by default.And I can't delete the Accept-Encoding header.
Although I add a header
Accept-Encoding: none
,but gzip will still take effect.The text was updated successfully, but these errors were encountered: