Commit dcc90f18 authored by Nils Goroll's avatar Nils Goroll

Update vmodtool-generated anchor names to reflect a varnish-cache change

Ref c09032032700f91fcf06e3018d206cbb730d1772
parent 49665588
...@@ -122,7 +122,7 @@ Description ...@@ -122,7 +122,7 @@ Description
The optional parameters ``limit`` and ``limit_recursion`` are The optional parameters ``limit`` and ``limit_recursion`` are
per-object defaults for the respective parameters of the per-object defaults for the respective parameters of the
`func_regex.match`_ method. `vmod_re.regex.match`_ method.
Example Example
``new myregex = re.regex("\bmax-age\s*=\s*(\d+)");`` ``new myregex = re.regex("\bmax-age\s*=\s*(\d+)");``
...@@ -138,14 +138,14 @@ Description ...@@ -138,14 +138,14 @@ Description
internal matching function calls in a ``pcre_exec()`` internal matching function calls in a ``pcre_exec()``
execution, analogous to the varnishd ``pcre_match_limit`` execution, analogous to the varnishd ``pcre_match_limit``
parameter. For the default value 0, the ``limit`` given to the parameter. For the default value 0, the ``limit`` given to the
constructor `obj_regex`_ is used. constructor `vmod_re.regex`_ is used.
The optional parameter ``limit_recursion`` restricts the The optional parameter ``limit_recursion`` restricts the
number of internal matching function recursions in a number of internal matching function recursions in a
``pcre_exec()`` execution, analogous to the varnishd ``pcre_exec()`` execution, analogous to the varnishd
``pcre_match_limit_recursion`` parameter. For the default ``pcre_match_limit_recursion`` parameter. For the default
value 0, the ``limit_recursion`` given to the constructor value 0, the ``limit_recursion`` given to the constructor
`obj_regex`_ is used. `vmod_re.regex`_ is used.
Example Example
``if (myregex.match(beresp.http.Surrogate-Control)) { # ...`` ``if (myregex.match(beresp.http.Surrogate-Control)) { # ...``
...@@ -190,7 +190,7 @@ Description ...@@ -190,7 +190,7 @@ Description
``false``. ``false``.
For parameters ``limit`` and ``limit_recursion`` see For parameters ``limit`` and ``limit_recursion`` see
`func_regex.match`_, except that there is no object to inherit `vmod_re.regex.match`_, except that there is no object to inherit
defaults from. defaults from.
Example Example
......
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