[master] 7c287eddb Duh! Monday morning typo.

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 15 09:05:06 UTC 2022


commit 7c287eddb311b4f2f0c84042cd1ae2cb9b119e94
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Aug 15 09:04:50 2022 +0000

    Duh!  Monday morning typo.

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index 619729e0d..7f7e95ac3 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -546,7 +546,6 @@ ved_pretend_gzip_bytes(struct vdp_ctx *vdx, enum vdp_action act, void **priv,
 			lx = 65535;
 		else
 			lx = (uint16_t)l;
-		lx = (uint16_t)l;
 		buf[0] = 0;
 		vle16enc(buf + 1, lx);
 		vle16enc(buf + 3, ~lx);


More information about the varnish-commit mailing list