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 yselivanov
Recipients asvetlov, yselivanov
Date 2019-05-07.20:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557260152.23.0.985551261563.issue36840@roundup.psfhosted.org>
In-reply-to
Content
If we're just calling socket.close(), then what's the point of waiting for connection_lost?  (I remember us discussing this, but I don't quite remember the details).

Usually .abort() is a synchronous method, which kind of signals that "i want to close this immediately and I don't care what happens to it".
History
Date User Action Args
2019-05-07 20:15:52yselivanovsetrecipients: + yselivanov, asvetlov
2019-05-07 20:15:52yselivanovsetmessageid: <1557260152.23.0.985551261563.issue36840@roundup.psfhosted.org>
2019-05-07 20:15:52yselivanovlinkissue36840 messages
2019-05-07 20:15:52yselivanovcreate