[issue32251] Add asyncio.BufferedProtocol

Andrew Svetlov report at bugs.python.org
Mon Dec 11 03:46:34 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Yes.
aiohttp uses own streams but public API and internal implementation are pretty close to asyncio streams.
Moreover C accelerated HTTP parser should work with proposed BufferedProtocol seamlessly.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32251>
_______________________________________


More information about the Python-bugs-list mailing list