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 grzgrzgrz3
Recipients grzgrzgrz3, yselivanov
Date 2017-06-18.22:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497823715.09.0.154341862456.issue30698@psf.upfronthosting.co.za>
In-reply-to
Content
Asyncio on shutdown do not send shutdown confirmation to the other side. _SSLPipe after doing unwrap is calling shutdown callback where transport    is closed and quit ssldata wont be sent.
History
Date User Action Args
2017-06-18 22:08:35grzgrzgrz3setrecipients: + grzgrzgrz3, yselivanov
2017-06-18 22:08:35grzgrzgrz3setmessageid: <1497823715.09.0.154341862456.issue30698@psf.upfronthosting.co.za>
2017-06-18 22:08:35grzgrzgrz3linkissue30698 messages
2017-06-18 22:08:34grzgrzgrz3create