Update generated README.rst

parent 246a6094
......@@ -237,7 +237,7 @@ Description
method to reduce memory requirements. In particular, unlike
implementations in other vmods, this implementation does _not_
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.
Under ideal conditions, when the pattern spans only a single
......@@ -247,8 +247,7 @@ Description
When used with a ``req_body`` or ``bereq_body`` *which*
argument, this method consumes the request body. If it is to
be used again (for example, to send it to a backend), it
should first be cached by calling
``std.cache_req_body(<size>)``.
should first be cached by calling ``std.cache_req_body(<size>)``.
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