]> granicus.if.org Git - python/commit
Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 26 Mar 2010 19:27:16 +0000 (19:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 26 Mar 2010 19:27:16 +0000 (19:27 +0000)
commiteee91cda8012d7d39c0401a0465af736aa2d136a
treee79fdbcb7ceb5d3bf26408c7ae2a53fd14119894
parentc7024e7fd61e349ed51e625d3649b9f09c1436b5
Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking
reads and writes are always retried by OpenSSL itself.

(this is a followup to issue #3890)
Misc/NEWS
Modules/_ssl.c