New submission from Boss Kwei <bossk...@gmail.com>:

write() method implemented in 
https://github.com/python/cpython/blob/master/Lib/asyncio/selector_events.py#L830
 is not stable in somecases. If this method was called too quickly, separate 
data will be packed and sent in same tcp package, which may be considered as 
unexpected behavior.

----------
components: asyncio
messages: 311600
nosy: Boss Kwei, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: write() method in Transport should not buffer data
versions: Python 3.4, Python 3.5, Python 3.6

_______________________________________
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