-
-
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 incorrect parsing of chunk extensions with the pure Python parser #9851
Conversation
afb414a
to
1cd18c3
Compare
CodSpeed Performance ReportMerging #9851 will not alter performanceComparing Summary
|
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 #9851 +/- ##
=======================================
Coverage 98.70% 98.70%
=======================================
Files 118 118
Lines 36261 36278 +17
Branches 4311 4314 +3
=======================================
+ Hits 35793 35810 +17
Misses 315 315
Partials 153 153
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 541d86d on top of patchback/backports/3.10/541d86d9e7884590c655876cd40042565293d8df/pr-9851 Backporting merged PR #9851 into master
🤖 @patchback |
Backport to 3.11: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 541d86d on top of patchback/backports/3.11/541d86d9e7884590c655876cd40042565293d8df/pr-9851 Backporting merged PR #9851 into master
🤖 @patchback |
…nsions with the pure Python parser (#9854)
…nsions with the pure Python parser (#9853)
Fix incorrect parsing of chunk extensions with the pure Python parser