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 dandrzejewski
Recipients dandrzejewski, eric.smith, orsenthil
Date 2010-04-06.16:08:34
SpamBayes Score 0.0053158705
Marked as misclassified No
Message-id <1270570116.31.0.150490188659.issue8293@psf.upfronthosting.co.za>
In-reply-to
Content
Now, it turns out that if you send the HTTP "Connection: close" header, the connection does close at the end (because the server closes it).

Still, it seems like this should behave the same regardless of whether it's HTTPConnection or HTTPSConnection.
History
Date User Action Args
2010-04-06 16:08:36dandrzejewskisetrecipients: + dandrzejewski, orsenthil, eric.smith
2010-04-06 16:08:36dandrzejewskisetmessageid: <1270570116.31.0.150490188659.issue8293@psf.upfronthosting.co.za>
2010-04-06 16:08:34dandrzejewskilinkissue8293 messages
2010-04-06 16:08:34dandrzejewskicreate