-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Avoid compressing empty body #9108
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #9108 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 107 107
Lines 34403 34427 +24
Branches 4081 4085 +4
=======================================
+ Hits 33819 33844 +25
+ Misses 412 411 -1
Partials 172 172
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1d11241 on top of patchback/backports/3.10/1d112418a05dcdcabd38590351e78bec8f4a45bc/pr-9108 Backporting merged PR #9108 into master
🤖 @patchback |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 1d11241 on top of patchback/backports/3.11/1d112418a05dcdcabd38590351e78bec8f4a45bc/pr-9108 Backporting merged PR #9108 into master
🤖 @patchback |
(cherry picked from commit 1d11241)
Overrule the compress setting if the body is empty, as the user is unlikely to have wanted to send a compressed body.
Fixes #3413.
Closes #8928.