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:13:09
SpamBayes Score 3.5661233e-05
Marked as misclassified No
Message-id <1286467992.28.0.0842420190121.issue8293@psf.upfronthosting.co.za>
In-reply-to
Content
I've the with module ssl. If I do sock.close() (sock is instance of ssl.SSLSocket), the connection is not closed: I see it as Established in netstat and nothing is sent over network: tcpdump show nothing going thru the network.

Python 2.6.5
Linux Ubuntu
History
Date User Action Args
2010-10-07 16:13:12PoltoSsetrecipients: + PoltoS, amaury.forgeotdarc, orsenthil, pitrou, eric.smith, dandrzejewski
2010-10-07 16:13:12PoltoSsetmessageid: <1286467992.28.0.0842420190121.issue8293@psf.upfronthosting.co.za>
2010-10-07 16:13:09PoltoSlinkissue8293 messages
2010-10-07 16:13:09PoltoScreate