Commit 2b9db41c authored by Per Buer's avatar Per Buer

Rewrite for 4.0 - might still need review

parent 7c511ff5
...@@ -95,4 +95,5 @@ To call a subroutine, use the call keyword followed by the subroutine's name: ...@@ -95,4 +95,5 @@ To call a subroutine, use the call keyword followed by the subroutine's name:
call pipe_if_local; call pipe_if_local;
Varnish has quite a few built in subroutines that are called for each Varnish has quite a few built in subroutines that are called for each
transaction as it flows through Varnish. See :ref:`vcl-built-in-subs`. transaction as it flows through Varnish. These builtin subroutines are all named vcl_*. Your own subroutines cannot start their name with vcl_.
See :ref:`vcl-built-in-subs`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment