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.

Author janssen
Recipients janssen
Date 2009-07-28.00:32:09
SpamBayes Score 0.070063345
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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/[email protected]/msg07806.html.

Looks like a simple fix.
History
Date User Action Args
2009-07-28 00:32:12janssensetrecipients: + janssen
2009-07-28 00:32:12janssensetmessageid: <[email protected]>
2009-07-28 00:32:09janssenlinkissue6587 messages
2009-07-28 00:32:09janssencreate