#355618 squid: redirect_program makes shutdown very slow

Package:
squid
Source:
squid
Description:
Full featured Web Proxy cache (HTTP proxy GnuTLS flavour)
Submitter:
Oswald Buddenhagen
Date:
2015-12-29 00:21:08 UTC
Severity:
normal
#355618#5
Date:
2006-03-06 19:18:28 UTC
From:
To:
using *any* redirect_program (even /bin/cat) makes the squid shutdown
take forever (something like a minute).

#355618#10
Date:
2006-03-09 09:43:10 UTC
From:
To:
Oswald Buddenhagen wrote:
Are you aware of the squid parameter shutdown_lifetime in
/etc/squid/squid.conf ? By default (IIRC it is set to 60 seconds).
Perhaps this is what is causing the delay.

HTH
Brett

#355618#15
Date:
2006-05-21 19:23:24 UTC
From:
To:
stupid bts, i did not get the previous mail.

sure does shutdown_lifetime influence the delay. however, this is not
the root cause. squid should close any helper programs as soon as the
last client connection dies off instead of handling the helpers like
client connections themselves. however, it doesn't. i figure this is an
upstream bug.