-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 StreamResponse.prepared not returning True after EOF is sent #5344
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5344 +/- ##
==========================================
- Coverage 98.24% 98.23% -0.01%
==========================================
Files 107 107
Lines 34110 34114 +4
Branches 4049 4049
==========================================
+ Hits 33511 33513 +2
- Misses 423 424 +1
- Partials 176 177 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR seems to have been missed. Thanks @arthurdarcet. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8893 🤖 @patchback |
(cherry picked from commit bff7631)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8894 🤖 @patchback |
(cherry picked from commit bff7631)
Fixes #5343
I renamed a few tests (i think the
prepared
attribute used to be namedstarted
and the tests were not renamed?)And I removed some asserts around prepare in a
test___repr__
test - to move them to a dedicated test