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

Send Accept-Encoding: gzip, deflate as default in FastHttpLocust. #1196

Merged

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Dec 13, 2019

fixes #1195

@codecov
Copy link

codecov bot commented Dec 13, 2019

Codecov Report

Merging #1196 into master will increase coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1196      +/-   ##
==========================================
+ Coverage   78.46%   78.48%   +0.01%     
==========================================
  Files          20       20              
  Lines        1960     1961       +1     
  Branches      307      308       +1     
==========================================
+ Hits         1538     1539       +1     
+ Misses        342      341       -1     
- Partials       80       81       +1
Impacted Files Coverage Δ
locust/contrib/fasthttp.py 88.63% <66.66%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73382f4...e038586. Read the comment docs.

@cyberw cyberw merged commit 8798c25 into master Dec 17, 2019
@cyberw cyberw deleted the add-gzip-deflate-to-default-headers-for-fasthttplocust branch January 29, 2020 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set default Accept-Encoding to "gzip, deflate" in FastHttpLocust to match HttpLocust behaviour
1 participant