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 pitrou
Recipients flox, giampaolo.rodola, janssen, pitrou, vstinner
Date 2010-03-13.02:58:15
SpamBayes Score 2.1511732e-05
Marked as misclassified No
Message-id <20100312215756.30c6c413@msiwind>
In-reply-to <1268436290.95.0.27103784746.issue8108@psf.upfronthosting.co.za>
Content
> I posted on openssl-users mailing list. The author of patch (change
> SSL_shutdown() behaviour for non blocking socket) replied!
> http://marc.info/?l=openssl-users&m=126838806919896&w=2

Interesting read, thank you.
AFAICT, his proposed "quick fix" snippet should be good enough for us.
Also, it seems the new "graceful shutdown" logic is really trying to
handle at the transport level things which should be handled by the
application protocol (detecting whether the other end still has things
to send).
History
Date User Action Args
2010-03-13 02:58:23pitrousetrecipients: + pitrou, janssen, vstinner, giampaolo.rodola, flox
2010-03-13 02:58:16pitroulinkissue8108 messages
2010-03-13 02:58:15pitroucreate