-
-
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 to mark responses without length as closing #8320
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8320 +/- ##
=======================================
Coverage 97.55% 97.55%
=======================================
Files 107 107
Lines 33038 33045 +7
Branches 3875 3878 +3
=======================================
+ Hits 32230 32237 +7
Misses 589 589
Partials 219 219
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.9: 💚 backport PR created✅ Backport PR branch: Backported as #8321 🤖 @patchback |
(cherry picked from commit 9ba9a4e)
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8322 🤖 @patchback |
(cherry picked from commit 9ba9a4e)
… without length as closing (#8321) **This is a backport of PR #8320 as merged into master (9ba9a4e).** Co-authored-by: Sam Bull <[email protected]>
…s without length as closing (#8322) **This is a backport of PR #8320 as merged into master (9ba9a4e).** Co-authored-by: Sam Bull <[email protected]>
No description provided.