-
-
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
Async write headers #2762
Async write headers #2762
Conversation
LGFM, but could you remind me, please, why all this need? What's the goal? |
I guess it's related to #2743 (comment), right? |
No, it is for #2698 |
After switching all writes to coroutines we can drop write buffers. |
Codecov Report
@@ Coverage Diff @@
## master #2762 +/- ##
==========================================
+ Coverage 97.97% 97.98% +0.01%
==========================================
Files 39 39
Lines 7340 7339 -1
Branches 1285 1284 -1
==========================================
Hits 7191 7191
Misses 47 47
+ Partials 102 101 -1
Continue to review full report at Codecov.
|
Cool! Thanks. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Make
writer.write_headers()
a coroutine