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 josnyder
Recipients josnyder, kata198, martin.panter, pitrou
Date 2018-06-27.04:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530072090.25.0.56676864532.issue32475@psf.upfronthosting.co.za>
In-reply-to
Content
I've opened PR #7947 with another approach to this issue.

In my use-case, an HTTP client makes a request and uses buffered I/O to parse the response headers. I would like to hand off the response socket to an extension module for use with raw I/O syscalls. The BufferedReader likely already contains some of the response body, which I would like to access before handing the socket off.
History
Date User Action Args
2018-06-27 04:01:30josnydersetrecipients: + josnyder, pitrou, martin.panter, kata198
2018-06-27 04:01:30josnydersetmessageid: <1530072090.25.0.56676864532.issue32475@psf.upfronthosting.co.za>
2018-06-27 04:01:30josnyderlinkissue32475 messages
2018-06-27 04:01:29josnydercreate