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 asvetlov, lukasz.langa, methane, pitrou, yselivanov
Date 2017-12-11.08:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-11 08:46:34asvetlovsetrecipients: + asvetlov, pitrou, methane, lukasz.langa, yselivanov
2017-12-11 08:46:34asvetlovsetmessageid: <[email protected]>
2017-12-11 08:46:34asvetlovlinkissue32251 messages
2017-12-11 08:46:34asvetlovcreate