This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年07月28日 00:32 by janssen, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg90999 - (view) | Author: Bill Janssen (janssen) * (Python committer) | Date: 2009年07月28日 00:32 | |
The behavior when a write or send is interrupted is suboptimal. If the write buffer moves before a retry is attempted in response to SSL_ERROR_WANT_OUTPUT, OpenSSL rejects the retry attempt. See http://www.mail-archive.com/openssl-users@openssl.org/msg07806.html. Looks like a simple fix. |
|||
| msg109627 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年07月08日 22:28 | |
For a simple fix this has been sitting around a long time. :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:51 | admin | set | github: 50836 |
| 2010年07月08日 22:48:03 | pitrou | set | status: open -> closed resolution: duplicate superseder: ssl.SSLSocket.write may fail on non-blocking sockets |
| 2010年07月08日 22:28:24 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg109627 versions: - Python 2.6, Python 3.0 |
| 2009年07月28日 00:32:10 | janssen | create | |