[master] 0b938f2a1 Revert "spelling: gzipped"

Dridi Boukelmoune dridi at varni.sh
Thu Sep 12 14:13:02 UTC 2024


On Thu, Sep 12, 2024 at 2:10 PM Nils Goroll <nils.goroll at uplex.de> wrote:
>
>
> commit 0b938f2a1f91947cb0547067ce98488af93c7f21
> Author: Nils Goroll <nils.goroll at uplex.de>
> Date:   Thu Sep 12 15:58:49 2024 +0200
>
>     Revert "spelling: gzipped"
>
>     In accordance with a -commit discussion before we forget: if this was changed,
>     both the upper- and lowercase variants should be changed, but that would break
>     modules/extensions for no good reason.

Not sure about third parties, but I mentioned in the original commit
that we are not (or no longer?) using the lowercase flag names.

I think I also mentioned that I was in favor of reverting, so thanks
for taking care of it.

>     This reverts commit 2c3e4a1485e5bf6a460c3d8ab272ee9888bbfaf1.
>
> diff --git a/include/tbl/obj_attr.h b/include/tbl/obj_attr.h
> index dbbb2295d..f9441b17a 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,     gzipped,        (1<<1))
> +  OBJ_FLAG(GZIPED,     gziped,         (1<<1))
>    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