[master] fe687fbe9 ws ocd
Nils Goroll
nils.goroll at uplex.de
Wed Nov 13 07:08:09 UTC 2019
commit fe687fbe9b9514e7c3a7d0d332404e8538d5a804
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Wed Nov 13 08:04:53 2019 +0100
ws ocd
diff --git a/bin/varnishd/cache/cache_range.c b/bin/varnishd/cache/cache_range.c
index dcbfeef49..6370c0951 100644
--- a/bin/varnishd/cache/cache_range.c
+++ b/bin/varnishd/cache/cache_range.c
@@ -223,7 +223,7 @@ vrg_ifrange(struct req *req)
lm = VTIM_parse(p);
if (!lm)
return (0);
-
+
/* Last Modified must be 60 seconds older than Date */
if (lm > d + 60) // rfc7232,l,442,443
return (0);
More information about the varnish-commit
mailing list