-
-
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 multipart reading with split boundary #8657
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8657 +/- ##
=======================================
Coverage 97.96% 97.97%
=======================================
Files 107 107
Lines 33708 33780 +72
Branches 3957 3966 +9
=======================================
+ Hits 33023 33096 +73
Misses 507 507
+ Partials 178 177 -1
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: 💚 backport PR created✅ Backport PR branch: Backported as #8658 🤖 @patchback |
(cherry picked from commit 6c6ecfa)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8659 🤖 @patchback |
(cherry picked from commit 6c6ecfa)
…oundary (#8658) **This is a backport of PR #8657 as merged into master (6c6ecfa).** --------- Co-authored-by: Sam Bull <[email protected]>
…oundary (#8659) **This is a backport of PR #8657 as merged into master (6c6ecfa).** --------- Co-authored-by: Sam Bull <[email protected]>
Fixes #8643.