-
Poul-Henning Kamp authored
The last argument to any CLI command can use this feature. Typical example: vcl.inline vcl_new << 42 backend foo {...} sub vcl_recv {...} 42 The advantage is that no escaping is needed, as long as the magic marker, in this case "42" does not match any line anywhere in the lines that make up the argument. Arguments encoded this way are not subject to the "cli_buffer" parameters size limitation. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5588 d4fa192b-c00b-0410-8231-f00ffab90ce4
3bc404ec