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.02:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422497514.11.0.2028994793.issue23333@psf.upfronthosting.co.za>
In-reply-to
Content
I splitted connection_failed.patch in two parts:

- connection_failed-2.patch: add Protocol.connection_failed() and call when the creation of a transport failed because connection_made() was called
- accept_connection_failed.patch: Fix BaseSelectorEventLoop._accept_conncetion(). On error, call connection_failed() and then close the transport.
History
Date User Action Args
2015-01-29 02:11:54vstinnersetrecipients: + vstinner, gvanrossum, pitrou, yselivanov
2015-01-29 02:11:54vstinnersetmessageid: <1422497514.11.0.2028994793.issue23333@psf.upfronthosting.co.za>
2015-01-29 02:11:54vstinnerlinkissue23333 messages
2015-01-29 02:11:54vstinnercreate