[New-bugs-announce] [issue6587] interrupts during long writes cause connection corruption with SSL module

Bill Janssen report at bugs.python.org
Tue Jul 28 02:32:12 CEST 2009


New submission from Bill Janssen <bill.janssen at 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

http://www.mail-archive.com/openssl-users@openssl.org/msg07806.html.

Looks like a simple fix.

----------
assignee: janssen
messages: 90999
nosy: janssen
priority: high
severity: normal
stage: needs patch
status: open
title: interrupts during long writes cause connection corruption with SSL module
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6587>
_______________________________________


More information about the New-bugs-announce mailing list