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 PoltoS
Recipients PoltoS, amaury.forgeotdarc, dandrzejewski, eric.smith, orsenthil, pitrou
Date 2010-10-07.16:22:16
SpamBayes Score 0.00015738174
Marked as misclassified No
Message-id <1286468538.01.0.616916291447.issue8293@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, doing a sock.shutdown(socket.SHUT_RDWR) with a subsequent sock.close() helps to really close an SSL socket. But this may raise additional errors with subsequent close() since on some OS (like OS X) shutdown may close the socket. Am I right?
History
Date User Action Args
2010-10-07 16:22:18PoltoSsetrecipients: + PoltoS, amaury.forgeotdarc, orsenthil, pitrou, eric.smith, dandrzejewski
2010-10-07 16:22:18PoltoSsetmessageid: <1286468538.01.0.616916291447.issue8293@psf.upfronthosting.co.za>
2010-10-07 16:22:16PoltoSlinkissue8293 messages
2010-10-07 16:22:16PoltoScreate