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 JonathansCorner.com
Recipients JonathansCorner.com, csapuntz, dugan, janssen
Date 2009-05-08.19:51:21
SpamBayes Score 0.00541481
Marked as misclassified No
Message-id <1241812284.05.0.0356155304298.issue5238@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a workaround to close a TLS socket and its underlying socket?

I was making something to use https for a simple operation, and it the
browser acted as if the socket never closed. If I followed the close of
the ssl socket by a close of the underlying socket, I didn't get errors,
but the browser throbber acted as if the connection was still open.

Jonathan, http://JonathansCorner.com/
History
Date User Action Args
2009-05-08 19:51:24JonathansCorner.comsetrecipients: + JonathansCorner.com, janssen, dugan, csapuntz
2009-05-08 19:51:24JonathansCorner.comsetmessageid: <1241812284.05.0.0356155304298.issue5238@psf.upfronthosting.co.za>
2009-05-08 19:51:22JonathansCorner.comlinkissue5238 messages
2009-05-08 19:51:22JonathansCorner.comcreate