On Wed, 19 Feb 2003 22:49:03 +0900 (JST), [EMAIL PROTECTED] wrote:
>I think, you must close socket, for finishing SSL_read().
>Ya..., It's not a "gentle" way.
>Or...., may be you can use non-blocking sockets.
NO! Do not *ever* close a socket in one thread while it is being
used or may be being used in another thread. There will always be
hideous race conditions if you do this.
DS
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]