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 martin.panter
Recipients Pastafarianist, martin.panter
Date 2015-08-25.23:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440547156.47.0.514658310272.issue24788@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding CannotSendRequest: HTTPConnection will connect again with a new socket if a previous response will close the old connection. See a few lines below where you linked: “If point (2) is true, then we . . . will open a new [socket] when a new request is made.”
History
Date User Action Args
2015-08-25 23:59:16martin.pantersetrecipients: + martin.panter, Pastafarianist
2015-08-25 23:59:16martin.pantersetmessageid: <1440547156.47.0.514658310272.issue24788@psf.upfronthosting.co.za>
2015-08-25 23:59:16martin.panterlinkissue24788 messages
2015-08-25 23:59:16martin.pantercreate