[varnishcache/varnish-cache] 91d77a: Modify the ban_lurker so we lift oc's as far up th...
Poul-Henning Kamp
phk at FreeBSD.org
Tue Nov 10 11:55:13 CET 2015
Branch: refs/heads/master
Home: https://github.com/varnishcache/varnish-cache
Commit: 91d77ac75fba9e8240966ce3e52771118e92b3a0
https://github.com/varnishcache/varnish-cache/commit/91d77ac75fba9e8240966ce3e52771118e92b3a0
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M bin/varnishd/cache/cache_ban.c
M bin/varnishd/cache/cache_ban_lurker.c
M bin/varnishtest/tests/c00049.vtc
Log Message:
-----------
Modify the ban_lurker so we lift oc's as far up the ban-list as we
can when we check a batch of lurkable bans.
For obj.* only bans, this should concentrate the entire list at the
very top.
If there are req.* bans, the oc's end up on the bans right below
the req.* bans.
Fixes #1635
(As much as we can fix it)
More information about the varnish-commit
mailing list