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 <1512981994.63.0.213398074469.issue32251@psf.upfronthosting.co.za>
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: <1512981994.63.0.213398074469.issue32251@psf.upfronthosting.co.za>
2017-12-11 08:46:34asvetlovlinkissue32251 messages
2017-12-11 08:46:34asvetlovcreate