-
-
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
Fix Python parser chunked handling with multiple Transfer-Encoding values #8823
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 #8823 +/- ##
==========================================
+ Coverage 98.13% 98.24% +0.10%
==========================================
Files 107 107
Lines 34075 34107 +32
Branches 4026 4050 +24
==========================================
+ Hits 33441 33507 +66
+ Misses 457 424 -33
+ Partials 177 176 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
LGTM sans the missing changelog message |
Backport to 3.10: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply faa15fd on top of patchback/backports/3.10/faa15fd7d1bea808a64f979c1a7ace8340d68d61/pr-8823 Backporting merged PR #8823 into master
🤖 @patchback |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply faa15fd on top of patchback/backports/3.11/faa15fd7d1bea808a64f979c1a7ace8340d68d61/pr-8823 Backporting merged PR #8823 into master
🤖 @patchback |
Fixes #4436