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 Yuri.Bochkarev, agriffis, alanjds, amak, cananian, demian.brecht, icordasc, jcea, jhylton, martin.panter, mhammond, orsenthil, r.david.murray, rbcollins
Date 2015-01-26.01:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422234682.16.0.197104843333.issue3566@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the reviews.

I agree about the new HTTPResponse flag being a bit awkward; the HTTPResponse class should probably raise the ConnectionClosed exception in all cases. I was wondering if the the HTTPConnection class should wrap this in a PersistentConnectionClosed exception or something if it wasn’t for the first connection, now I’m thinking that should be up to the higher level user, in case they are doing something like HTTP preconnection.
History
Date User Action Args
2015-01-26 01:11:22martin.pantersetrecipients: + martin.panter, jhylton, mhammond, jcea, orsenthil, amak, rbcollins, cananian, r.david.murray, alanjds, agriffis, icordasc, demian.brecht, Yuri.Bochkarev
2015-01-26 01:11:22martin.pantersetmessageid: <1422234682.16.0.197104843333.issue3566@psf.upfronthosting.co.za>
2015-01-26 01:11:22martin.panterlinkissue3566 messages
2015-01-26 01:11:22martin.pantercreate