[New-bugs-announce] [issue30698] asyncio sslproto do not shutdown ssl layer cleanly

Grzegorz Grzywacz report at bugs.python.org
Sun Jun 18 18:08:35 EDT 2017


New submission from Grzegorz Grzywacz:

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.

----------
components: asyncio
messages: 296295
nosy: grzgrzgrz3, yselivanov
priority: normal
severity: normal
status: open
title: asyncio sslproto do not shutdown ssl layer cleanly
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30698>
_______________________________________


More information about the New-bugs-announce mailing list