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 animus, christian.heimes, docs@python, noxxi, pitrou, shevek
Date 2014-05-17.19:12:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400353977.76.0.853349315537.issue21430@psf.upfronthosting.co.za>
In-reply-to
Content
> So to make use of select with SSL the application would have to check first
> with pending, if there are already buffered data,

What's the point of checking? Just call SSL_read() and catch the SSL_ERROR_WANT_{READ,WRITE} to determine that no data is available; as a bonus it also tells you whether you have to select() for read or for write.
History
Date User Action Args
2014-05-17 19:12:57pitrousetrecipients: + pitrou, shevek, christian.heimes, docs@python, animus, noxxi
2014-05-17 19:12:57pitrousetmessageid: <1400353977.76.0.853349315537.issue21430@psf.upfronthosting.co.za>
2014-05-17 19:12:57pitroulinkissue21430 messages
2014-05-17 19:12:57pitroucreate