This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients Boss Kwei, asvetlov, yselivanov
Date 2018-02-04.14:59:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517756371.5.0.467229070634.issue32763@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-02-04 14:59:31asvetlovsetrecipients: + asvetlov, yselivanov, Boss Kwei
2018-02-04 14:59:31asvetlovsetmessageid: <1517756371.5.0.467229070634.issue32763@psf.upfronthosting.co.za>
2018-02-04 14:59:31asvetlovlinkissue32763 messages
2018-02-04 14:59:31asvetlovcreate