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
Received on Mon Apr 11 2005 - 14:22:19 MDT
This archive was generated by hypermail pre-2.1.9 : Sun May 01 2005 - 12:00:06 MDT