]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix external_acl_type grace= option
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Feb 2011 02:15:16 +0000 (19:15 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Feb 2011 02:15:16 +0000 (19:15 -0700)
commit5521b73afee6443dc187e46a852b47cdecfc4831
tree7c5ecc86201b691d0c5a25d416439a7fb0e49782
parentfc4d70797d9f5629a2d6c59cdc9b8a48bfb7e24a
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