Commit fe687fbe authored by Nils Goroll's avatar Nils Goroll

ws ocd

parent 391b4551
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment