Title: SSL_read()

I have a question about SSL_read().  Am I correct in my understanding that SSL_read() will not read from the socket as long as there is data in the ssl buffers available for processing?  And if there is data in the ssl buffer but it cannot be processed because we don't have a complete record, then I will get an SSL_ERROR_WANT_READ/WRITE, in which case, I need to issue SSL_read() again to read more data from the socket?

Thanks,
Ed

Reply via email to