[issue39951] Ignore specific errors when closing ssl connections

Fantix King report at bugs.python.org
Fri Feb 5 00:21:11 EST 2021


Fantix King <fantix.king at gmail.com> added the comment:

This should/will be fixed by GH-17975 I think - like suggested in the OpenSSL comments, the proposed change will always try to run SSL_read() before SSL_shutdown(), even after the close_notify is sent.

----------
nosy: +fantix

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39951>
_______________________________________


More information about the Python-bugs-list mailing list