Hi all!

I’m having a problem with SSL_read. When SSL_read fails and returns SSL_ERROR_WANT_READ I do select checking for readability but I never get a hit and if I try SSL_read again I get the same error. Does anyone know what to do?

I’m using different threads for receiving and sending. Isn’t that the thing do, to check for readability with select when I get SSL_ERROR_WANT_READ and then when hit try SSL_read again?

Regards
Martin


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to