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 vstinner
Recipients flox, giampaolo.rodola, pitrou, vstinner
Date 2010-03-11.21:48:34
SpamBayes Score 0.097758174
Marked as misclassified No
Message-id <1268344116.81.0.629432223803.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
The patch changing SSL_Shutdown() behaviour on non blocking socket was written in 2006 by Darryl Miles and it will commited into 0.9.8m. The original patch:
http://marc.info/?l=openssl-dev&m=115153998821797&w=2

In our testcase, SSL_Shutdown() fails with SSL_ERROR_WANT_READ, which means (extract of the email): "Return -1 WANT_READ while we are still waiting for the inbound recv notify alert to be received."
History
Date User Action Args
2010-03-11 21:48:36vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, flox
2010-03-11 21:48:36vstinnersetmessageid: <1268344116.81.0.629432223803.issue8108@psf.upfronthosting.co.za>
2010-03-11 21:48:34vstinnerlinkissue8108 messages
2010-03-11 21:48:34vstinnercreate