Hi All,
I am getting problem in BIO_gets( ) API.
I am able to read only Header part of the response. After that it is
giving some exception before it starts to read the body content.I am
not able to read the body content.
Whether I have to set any flags before reading the huge nubmer of
bytes su
.
Thanks in Advance,
Ghouse...
On 5/22/07, Rick Jones <[EMAIL PROTECTED]> wrote:
ghouse mohiddin wrote:
> Hi,
>
> How to improve the performance of the SSL Read call?. Is there any
> call to increase the Buffercapacity.
>
> I am able to read around 1300 bytes at a time.
>
Hi,
How to improve the performance of the SSL Read call?. Is there any
call to increase the Buffercapacity.
I am able to read around 1300 bytes at a time.
It is taking 5 to 6 seconds for reading the whole response (Header and
Body)from the server which is very slow.
I have tried using BIO_gets