commit | eee91cda8012d7d39c0401a0465af736aa2d136a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 26 19:27:16 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 26 19:27:16 2010 +0000 |
tree | e79fdbcb7ceb5d3bf26408c7ae2a53fd14119894 | |
parent | c7024e7fd61e349ed51e625d3649b9f09c1436b5 [diff] |
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)