[issue10127] ssl.SSLSocket().close() does not close the connection

R. David Murray report at bugs.python.org
Sat Oct 16 23:14:34 CEST 2010


New submission from R. David Murray <rdmurray at bitdance.com>:

Quoting PoltoS from issue 8293:

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.

----------
components: Library (Lib)
messages: 118896
nosy: PoltoS, TTT, amaury.forgeotdarc, dandrzejewski, eric.smith, giampaolo.rodola, orsenthil, pitrou, r.david.murray
priority: normal
severity: normal
status: open
title: ssl.SSLSocket().close() does not close the connection
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10127>
_______________________________________


More information about the Python-bugs-list mailing list