Update generated README.rst

parent 246a6094
...@@ -237,7 +237,7 @@ Description ...@@ -237,7 +237,7 @@ Description
method to reduce memory requirements. In particular, unlike method to reduce memory requirements. In particular, unlike
implementations in other vmods, this implementation does _not_ implementations in other vmods, this implementation does _not_
read the full body object into a contiguous memory region. It read the full body object into a contiguous memory region. It
might, however, require up to roughly as much workspace as all might, however, require as much temporary heap space as all
body segments which the match found by the pattern spans. body segments which the match found by the pattern spans.
Under ideal conditions, when the pattern spans only a single Under ideal conditions, when the pattern spans only a single
...@@ -247,8 +247,7 @@ Description ...@@ -247,8 +247,7 @@ Description
When used with a ``req_body`` or ``bereq_body`` *which* When used with a ``req_body`` or ``bereq_body`` *which*
argument, this method consumes the request body. If it is to argument, this method consumes the request body. If it is to
be used again (for example, to send it to a backend), it be used again (for example, to send it to a backend), it
should first be cached by calling should first be cached by calling ``std.cache_req_body(<size>)``.
``std.cache_req_body(<size>)``.
Lookarounds are not supported. Lookarounds are not supported.
......
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