[issue8222] enabling SSL_MODE_AUTO_RETRY on SSL sockets

Antoine Pitrou report at bugs.python.org
Fri Mar 26 19:28:57 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> Would it be possible to add an option to disable SSL_MODE_AUTO_RETRY
> for a specific socket? Existing applications may rely on / prefer the
> current behaviour.

I don't think so, since recv() used to emulate that behaviour anyway.

----------

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


More information about the Python-bugs-list mailing list