[master] 871614a24 Typo

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 22 08:59:07 UTC 2023


commit 871614a24941e99da2f9442a5969d81f5889236a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 22 08:37:26 2023 +0000

    Typo

diff --git a/bin/varnishd/cache/cache_range.c b/bin/varnishd/cache/cache_range.c
index 8161fd8ce..bde81ccc7 100644
--- a/bin/varnishd/cache/cache_range.c
+++ b/bin/varnishd/cache/cache_range.c
@@ -170,7 +170,7 @@ vrg_ifrange(struct req *req)
 		return (0);
 
 	/* the response needs a Date */
-	// rfc7232 fc7232,l,439,440
+	// rfc7232,l,439,440
 	if (!http_GetHdr(req->resp, H_Date, &p))
 		return (0);
 	d = VTIM_parse(p);


More information about the varnish-commit mailing list