[master] 2c3e4a148 spelling: gzipped
Dridi Boukelmoune
dridi at varni.sh
Tue Sep 10 14:15:36 UTC 2024
On Mon, Aug 19, 2024 at 1:05 PM Poul-Henning Kamp <phk at freebsd.org> wrote:
>
>
> commit 2c3e4a1485e5bf6a460c3d8ab272ee9888bbfaf1
> Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
> Date: Wed Aug 7 08:30:57 2024 -0400
>
> spelling: gzipped
>
> Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
>
> diff --git a/include/tbl/obj_attr.h b/include/tbl/obj_attr.h
> index f9441b17a..dbbb2295d 100644
> --- a/include/tbl/obj_attr.h
> +++ b/include/tbl/obj_attr.h
> @@ -56,7 +56,7 @@
>
> #ifdef OBJ_FLAG
> /* upper, lower, val */
> - OBJ_FLAG(GZIPED, gziped, (1<<1))
> + OBJ_FLAG(GZIPED, gzipped, (1<<1))
We don't appear to use the lowercase token anywhere, but is it a good
idea to desync?
> OBJ_FLAG(CHGCE, chgce, (1<<2))
> OBJ_FLAG(IMSCAND, imscand, (1<<3))
> OBJ_FLAG(ESIPROC, esiproc, (1<<4))
> _______________________________________________
> varnish-commit mailing list
> varnish-commit at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
More information about the varnish-commit
mailing list