Hi,
 
I've got some code that seems to work, except when the server responds with
a 'large' amount of data.
 
When the server sends 5000 bytes of data to the client ,the client was able to read it and
every thing goes fine.But when the server passes more than 5000 bytes of data to the client,the client
crashes and SSL_read() gives SSL_ERROR_SSL error but no data returned.I tried but couldn't find any solution. please give me any solution this seems to be a headdacke for me.
 
Thanks,

Reply via email to