At 3:15 PM +0300 3/28/00, Valdas Andrulis wrote:
>should be replaced with
> while (count <= 0 && errno == EINTR && !need_io_stop);
>
>because when select says threis data to read, but read return 0,
>that means EOF, i.e. connection was closed.
Yes, you are correct here. I don't think it's a huge problem because
AFAICT the next time around it will bail out, but it should be
cleaned up.
-Geoff
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.