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

2010-07-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> duplicate status: open -> closed superseder: -> ssl.SSLSocket.write may fail on non-blocking sockets ___ Python tracker ___ ___

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

2010-07-08 Thread Mark Lawrence
Mark Lawrence 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 ___ ___

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

2009-07-27 Thread Bill Janssen
New submission from Bill Janssen : 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-us...@openssl.org/msg07806.h