Hi,

I'm a bit confused about usage of SSL_write()/SSL_read() in non-blocking connectors. Let say I do SSL_write() and I get SSL_ERROR_WANT_WRITE. It means I have to do SSL_write() again. But does it mean that I can't do SSL_read() until SSL_write() returns with success?

Any idea?

Kris
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to