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 thehesiod
Recipients gvanrossum, thehesiod, yselivanov
Date 2017-02-01.00:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485909545.04.0.650924943503.issue29406@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-01 00:39:05thehesiodsetrecipients: + thehesiod, gvanrossum, yselivanov
2017-02-01 00:39:05thehesiodsetmessageid: <1485909545.04.0.650924943503.issue29406@psf.upfronthosting.co.za>
2017-02-01 00:39:04thehesiodlinkissue29406 messages
2017-02-01 00:39:04thehesiodcreate