On Mon, 11 Apr 2005, Evgeny Kotsuba wrote:

Is helperHandleRead() called in situation when squid just started but there is no one client connection ?

helperHandleRead is always pending for read from the helper, called whenever there is ane read class activity on the helper read fd.


This includes helper shutdown. Closing of a connection/pipe is a read class event, and the read() will then return 0.

Regards
Henrik

Reply via email to