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, gvanrossum, pitrou, yselivanov
Date 2017-12-08.17:57:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New protocol may speed up not only `reader.readexactly()`.
Every `reader.feed_data()` appends a new chunk to existing buffer.
We can try to read into unused tail of the buffer instead.
History
Date User Action Args
2017-12-08 17:57:44asvetlovsetrecipients: + asvetlov, gvanrossum, pitrou, yselivanov
2017-12-08 17:57:44asvetlovsetmessageid: <[email protected]>
2017-12-08 17:57:44asvetlovlinkissue32251 messages
2017-12-08 17:57:44asvetlovcreate