[master] 908de35 Collateral typo

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Sep 28 11:48:04 UTC 2017


commit 908de3585752a710e9ffe213407b4bd0dfcd3f82
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Sep 28 13:46:52 2017 +0200

    Collateral typo

diff --git a/bin/varnishd/http2/cache_http2_hpack.c b/bin/varnishd/http2/cache_http2_hpack.c
index 7689838..3d7c2d0 100644
--- a/bin/varnishd/http2/cache_http2_hpack.c
+++ b/bin/varnishd/http2/cache_http2_hpack.c
@@ -92,7 +92,7 @@ h2h_checkhdr(const struct http *hp, const char *b, size_t namelen, size_t len)
 static h2_error
 h2h_addhdr(struct http *hp, char *b, size_t namelen, size_t len)
 {
-	/* XXX: This might belong in cache/cache_varnishd.http.c */
+	/* XXX: This might belong in cache/cache_http.c */
 	unsigned n;
 
 	CHECK_OBJ_NOTNULL(hp, HTTP_MAGIC);


More information about the varnish-commit mailing list