Skip to content
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

Closed
jerviscui opened this issue Jun 18, 2022 · 5 comments
Closed

Why use gzip by default? #26

jerviscui opened this issue Jun 18, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@jerviscui
Copy link

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.

@Yurons
Copy link

Yurons commented Nov 14, 2022

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 HTTP/2.0 400 Bad Request. Example of sent Headers

Accept-Encoding: gzip
User-Agent: Jetty/11.0.6
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

So interaction between HTTP Header Management config element and HTTP2 sampler is incorrect too.

@RicardoPoleo RicardoPoleo added the bug Something isn't working label Nov 14, 2022
@3dgiordano
Copy link
Contributor

3dgiordano commented Nov 15, 2022

Hi @jerviscui and @Yurons

I made a pre-release with some changes in the plugin.
https://github.com/Blazemeter/jmeter-http2-plugin/releases/tag/v2.0.2

This pre-release solve the problem of Accept-Encoding: gzip and User-Agent: Jetty/11.0.6

Before its release, I need your feedback.
Thanks.

@3dgiordano 3dgiordano self-assigned this Nov 15, 2022
@jerviscui
Copy link
Author

Thank you @3dgiordano
I'll find a way to use it.

@3dgiordano
Copy link
Contributor

Hi @jerviscui
The final release 2.0.2 is here https://github.com/Blazemeter/jmeter-http2-plugin/releases/tag/v2.0.2
In hours it will be available in Plugin Manager.

We are waiting to see if it resolves your issues.

Regards

@RicardoPoleo
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants