Re: [AOLSERVER] strange nsopenssl behavior -- explained

2001-10-05 Thread Scott Goodwin
On Thu, 4 Oct 2001 17:51:13 -0400, Robert Spassky Cabacungan [EMAIL PROTECTED] wrote: The problem is the NsOpenSSLSend() function in ssl.c, in nsopenssl-2.0. BIO_write is returning a resource not available, try again error, but NsOpenSSLSend is not checking for that, and so behaves as though it

[AOLSERVER] strange nsopenssl behavior -- explained

2001-10-04 Thread Robert Spassky Cabacungan
The problem is the NsOpenSSLSend() function in ssl.c, in nsopenssl-2.0. BIO_write is returning a resource not available, try again error, but NsOpenSSLSend is not checking for that, and so behaves as though it were a non-recoverable error, aborting the write instead of trying again. A simple