Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

Transport buffers writes if kernel buffer is full, the behavior is intentional 
and present starting from very beginning of asyncio development.

Moreover, two plain socket.send() calls can be joined into single TCP packet, 
TCP protocol is a STREAM of data by design, not a sequence of packets.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32763>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to