Hello,
> Hello. I have a question about BIO_read function (). I am trying to
> read data from BIO, i have a buffer to place data in it. But how can I
> know that there is more data (xml/xmpp in fact) in BIO? This way I can
> grow the buffer and append new data to it. Thanx. 
BIO_pending() (if supported by specific BIO).

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to