New submission from Oleg: when i run the server in one terminal and the client in another
the server output wold be: Serving on ('127.0.0.1', 8443) my transport None my backlog len 2 my backlog size 4200 that output proves that it is trying to write into socket, while there is no transport! see attached example server+client mini apps. ---------- components: asyncio files: example_files.tar.gz messages: 252052 nosy: gvanrossum, haypo, ovex, yselivanov priority: normal severity: normal status: open title: ssl socket gets into broken state when client exits during handshake versions: Python 3.5 Added file: http://bugs.python.org/file40652/example_files.tar.gz _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25292> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com