[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

Alexander Mohr report at bugs.python.org
Tue Jan 31 19:39:05 EST 2017


New submission from Alexander Mohr:

with the attached code note how HttpClient.connection_lost callback is never called for the madis server. The madis server is an apache server, I tried with the OSX apache server and could not reproduce the issue so it seems something particular about their apache version or configuration.  This is a pretty critical issue as close() does not release the socket.

----------
components: asyncio
files: scratch_1.py
messages: 286573
nosy: gvanrossum, thehesiod, yselivanov
priority: normal
severity: normal
status: open
title: asyncio SSL contexts leak sockets after calling close with certain Apache servers
type: resource usage
versions: Python 3.5
Added file: http://bugs.python.org/file46469/scratch_1.py

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


More information about the Python-bugs-list mailing list