Hallo

I made a simple SSL Client on win32
The request and response works perfectly
when the amount of data is small enough 


I made a request with SSL_write
Servers answers with "..200 OK ..." etc

SSL_read gives 7159 bytes. 
SSL_get_error  gives allways  SSL_ERROR_NONE
and therefor the loop stops

but there are 975 bytes missing.

and when i call SSL_read again it blocks.


My progamm then want to make another request.
again invoking SSL_write and SSL_read.

Then this SSL_read give the missing 975 bytes.:confused:

The request is ignored, i think

What happens here ?



-- 
View this message in context: 
http://www.nabble.com/Last-portion-SSL_read-only-after-a-SSL_write-.--Please-Help.-tp18717834p18717834.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to