[New-bugs-announce] [issue32763] write() method in Transport should not buffer data

Boss Kwei report at bugs.python.org
Sun Feb 4 09:30:37 EST 2018


New submission from Boss Kwei <bosskwei at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32763>
_______________________________________


More information about the New-bugs-announce mailing list