> What I see happening is slightly different though... I know I
> should expect
> about 600 chars back from the server, and I can set the SIZE to
> 700, and the
> read gives me 600 chars read... and all is fine... but the next select for
> some reason... seems to return a 1 again... then the read returns
> 0. I dont understand this...
read() return 0 if the connection is closed. and to give you a chance to go and read
and find that out, select() says that you have something to read ...
kaido
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]