Fix docs for req.esi

parent 04b017ef
...@@ -740,7 +740,9 @@ req.restarts ...@@ -740,7 +740,9 @@ req.restarts
A count of how many times this request has been restarted. A count of how many times this request has been restarted.
req.esi req.esi
True if the request is an ESI request. Boolean. Set to false to disable ESI processing regardless of any
value in beresp.do_esi. Defaults to true. This variable is subject
to change in future versions, you should avoid using it.
req.esi_level req.esi_level
A count of how many levels of ESI requests we're currently at. A count of how many levels of ESI requests we're currently at.
...@@ -788,8 +790,9 @@ beresp.do_stream ...@@ -788,8 +790,9 @@ beresp.do_stream
as it is delivered so only client can access the object. as it is delivered so only client can access the object.
beresp.do_esi beresp.do_esi
Boolean. ESI-process the object after fetching it. Defaults to false. Set it Boolean. ESI-process the object after fetching it. Defaults to
to true to parse the object for ESI directives. false. Set it to true to parse the object for ESI directives. Will
only be honored if req.esi is true.
beresp.do_gzip beresp.do_gzip
Boolean. Gzip the object before storing it. Defaults to false. Boolean. Gzip the object before storing it. Defaults to false.
......
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