[master] 8c2ed01 Propagate the VCL syntax to VRT_CTX.

Dridi Boukelmoune dridi at varni.sh
Tue Feb 6 10:09:17 UTC 2018


On Tue, Feb 6, 2018 at 10:34 AM, Poul-Henning Kamp <phk at freebsd.org> wrote:
>
> commit 8c2ed01282a157eaf776e3d1106a93f8d850f5ea
> Author: Poul-Henning Kamp <phk at FreeBSD.org>
> Date:   Tue Feb 6 09:33:09 2018 +0000
>
>     Propagate the VCL syntax to VRT_CTX.
>
>     More work on vcl4.1 reserved words etc.
>
<snip>
> -varnish v1 -errvcl {VCL sub's named 'vcl*' are reserved names.} {
> +varnish v1 -errvcl {The names 'vcl*' are reserved for methods.} {
<snip>

Hi,

Can we avoid vocabulary overloading here? I know that on the C side we
refer to subs as methods (and maybe we should change that) but in the
documentation we call them subroutines.

We already have other user-facing meanings for methods (VCL's
(be)?req.method and VCC's $Method).

Dridi


More information about the varnish-commit mailing list