Re: errno=5 in SSL_read( )

2006-04-19 Thread Haridharan Nattamai
Gayathri,Thanks for your message.I could see from your snippet you have used BIO in non blocking mode. But my application must be in such a way that it must wait to read the data. Do you have any idea on trying this for blocking mode. thanks,HaridharanOn 4/20/06, Gayathri Sundar <[EMAIL PROTECTED]>

errno=5 in SSL_read( )

2006-04-19 Thread Haridharan Nattamai
Hi,I'm using openssl v0.9.7i. When I try to receive a huge amount of data sometimes I get errno=5(SSL_ERROR_SYSCALL) and the exact response code is "EOF was observed that violates the protocol". At some cases when this error occurs, I get TCP ZeroWindowViolation in ethereal's trace log. I like to k