Message243901
| Author | martin.panter |
|---|---|
| Recipients | demian.brecht, martin.panter, pitrou |
| Date | 2015-05-23.09:03:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432371827.52.0.364856305158.issue23377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks for the reviewing. Here is http-buffer.v3.patch: * Merged with current code * Better HTTPResponse(sock) compatibility suggested by Demian * New HTTPConnection.request(close=True) feature also suggested by Demian. This sends “Connection: close” in the request, and arranges for the response to be detached from the HTTPConnection instance, making some hacks in urllib.request redundant. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-23 09:03:50 | martin.panter | set | recipients: + martin.panter, pitrou, demian.brecht |
| 2015-05-23 09:03:47 | martin.panter | set | messageid: <1432371827.52.0.364856305158.issue23377@psf.upfronthosting.co.za> |
| 2015-05-23 09:03:47 | martin.panter | link | issue23377 messages |
| 2015-05-23 09:03:47 | martin.panter | create | |