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 vila
Recipients gvanrossum, janssen, vila
Date 2007-11-25.11:09:12
SpamBayes Score 0.10912519
Marked as misclassified No
Message-id <1195988952.87.0.798567054166.issue1348@psf.upfronthosting.co.za>
In-reply-to
Content
The title of this bug is scary.

httplib rightly close the socket because that's the way to transfer the
responsibility of the close to the user of the HttpResponse object.

The close MUST stays there.

I do encounter a bug related to that close while trying to use the ssl
module in python2.6.

I'm willing to help fixing it but *this* bug may not be the right place
to do so (even if related).

I'm a bit lost on how to help right now since the involved changes seems
to occur in both python3.0 and python2.6 and I'm currently targeting 2.4
and 2.5.
History
Date User Action Args
2007-11-25 11:09:13vilasetspambayes_score: 0.109125 -> 0.10912519
recipients: + vila, gvanrossum, janssen
2007-11-25 11:09:12vilasetspambayes_score: 0.109125 -> 0.109125
messageid: <1195988952.87.0.798567054166.issue1348@psf.upfronthosting.co.za>
2007-11-25 11:09:12vilalinkissue1348 messages
2007-11-25 11:09:12vilacreate