]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix external_acl_type grace= option
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 25 Jan 2011 05:31:59 +0000 (18:31 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 25 Jan 2011 05:31:59 +0000 (18:31 +1300)
commit2e1359a022ae1be3654086bcebc8c5141564632e
treed52961b715660fbf575435b6fb71ac4a6cd59d23
parent55458070279ff4b8fc784d0e43846cf67c8d2ba6
Fix external_acl_type grace= option

Due to race conditions between concurrent requests this is still not a
complete fix. But reduces the unwanted re-use of helper responses from
all connections arriving in a whole second which match the ACL key down
to just those that arrive within the reply lag time of the helper.

The grace option has a resolution of 1 second.
src/external_acl.cc