Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS entry
  • Loading branch information
alisaifee committed Apr 12, 2023
commit 7f2b1e7c1feb2ddb3ceedb0b69522101dfa2469e
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fixed an issue with using :meth:`writelines` in :mod:`asyncio` to send very
large payloads that exceed the amount of data that can be written in one
call to :meth:`socket.socket.send` or :meth:`socket.socket.sendmsg`,
resulting in the remaining buffer being left unwritten. This is fixed by
registering a writer when the buffer still exists after the first write.
Comment thread
kumaraditya303 marked this conversation as resolved.
Outdated