Fix StreamResponse.prepared not returning True after EOF is sent#5344
Fix StreamResponse.prepared not returning True after EOF is sent#5344Dreamsorcerer merged 4 commits intoaio-libs:masterfrom
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
preparedattribute used to be namedstartedand the tests were not renamed?)And I removed some asserts around prepare in a
test___repr__test - to move them to a dedicated test