[issue6587] interrupts during long writes cause connection corruption with SSL module

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: For a simple fix this has been sitting around a long time. :) -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6587

[issue6587] interrupts during long writes cause connection corruption with SSL module

2010-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - duplicate status: open - closed superseder: - ssl.SSLSocket.write may fail on non-blocking sockets ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6587

[issue6587] interrupts during long writes cause connection corruption with SSL module

2009-07-27 Thread Bill Janssen
New submission from Bill Janssen bill.jans...@gmail.com: 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