[issue25291] ssl socket gets into broken state when client exits during handshake

2015-10-01 Thread Oleg
Oleg added the comment: Please disregard previous comment!(or delete it), i wanted to create new issue instead! -- ___ Python tracker ___

[issue25291] ssl socket gets into broken state when client exits during handshake

2015-10-01 Thread Oleg
Oleg added the comment: 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! se