Hi All, I am implementing an HTTP 1.1 client in C++ using openssl for SSL.
Sometimes the Http response I get back says that the Transfer Encoding : chunked I really donot do anything extra here in this case. As usual I do a SSL_Pending to see if any data is pending in the SSL buffer and if not finish reading. To further elaborate I am implementing a WebServices client in C++. The problem is sometimes the binary data in some of the Soap XML tags are complete and sometimes they are not. Although a similar tool written in java seems to work fine. Am I missing something here or is what I am doing ok. Thanks Vinu ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]