[issue3890] ssl.SSLSocket.recv() implementation may not work with non-blocking sockets

Jim Smyth report at bugs.python.org
Wed Mar 17 15:08:48 CET 2010


Jim Smyth <jimsmyth at gmail.com> added the comment:

Is there any chance of this being resolved in time for any 2.x release? I have a non-blocking application that I recently switched over to SSL and ran into this bug. I can work around it by trying to shorten the messages and beefing up the buflen, but these solutions are not ideal.

----------
nosy: +jimsmyth

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


More information about the Python-bugs-list mailing list