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, christian.heimes, giampaolo.rodola, ned.deily, terry.reedy, vstinner, yselivanov
Date 2018-05-27.23:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527464866.65.0.682650639539.issue32458@psf.upfronthosting.co.za>
In-reply-to
Content
Christian, I believe https://github.com/python/cpython/pull/7130/commits/bd17a5593f03e3f2d39a64f5afd3ffb77c97e914 fixes the issue with OpenSSL 1.1.1 (socket.shutdown was missing and asyncio's protocol didn't receive EOF, instead the connection was terminated (as expected though))
History
Date User Action Args
2018-05-27 23:47:46yselivanovsetrecipients: + yselivanov, terry.reedy, vstinner, giampaolo.rodola, christian.heimes, ned.deily, asvetlov
2018-05-27 23:47:46yselivanovsetmessageid: <1527464866.65.0.682650639539.issue32458@psf.upfronthosting.co.za>
2018-05-27 23:47:46yselivanovlinkissue32458 messages
2018-05-27 23:47:46yselivanovcreate