On Tue, 28 Mar 2000, Geoff Hutchison wrote:

> 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.

hmm, i don't think so,  i've got infinite loop here...

VAldas


> 
> -Geoff
> 
> 



------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to