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 vstinner
Recipients gvanrossum, pitrou, vstinner, yselivanov
Date 2015-01-29.00:03:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422489823.11.0.0477554829576.issue23333@psf.upfronthosting.co.za>
In-reply-to
Content
New patch which adds a new Protocol.connection_failed() method.

The method is called when the creation of the transport failed, ie. when the connection failed, on SSL handshake failure for example.

The patch also closes the transport on connection failure (avoid a ResourceWarning with patch of the issue #23243).
History
Date User Action Args
2015-01-29 00:03:43vstinnersetrecipients: + vstinner, gvanrossum, pitrou, yselivanov
2015-01-29 00:03:43vstinnersetmessageid: <1422489823.11.0.0477554829576.issue23333@psf.upfronthosting.co.za>
2015-01-29 00:03:43vstinnerlinkissue23333 messages
2015-01-29 00:03:43vstinnercreate