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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to