Commit 650b78b7 authored by Geoff Simmons's avatar Geoff Simmons

Update docs for *.uncacheable in generate.py regarding hit-for-miss/-pass

parent 856d5627
......@@ -452,8 +452,8 @@ sp_variables = [
('backend', ),
(), """
Indicates whether this request is uncacheable due
to a pass in the client side or a hit on an existing
uncacheable object (aka hit-for-pass).
to a pass in the client side or a hit on an hit-for-pass
object.
"""
),
('bereq.connect_timeout',
......@@ -578,7 +578,7 @@ sp_variables = [
Inherited from bereq.uncacheable, see there.
Setting this variable makes the object uncacheable, which may
get stored as a hit-for-pass object in the cache.
get stored as a hit-for-miss object in the cache.
Clearing the variable has no effect and will log the warning
"Ignoring attempt to reset beresp.uncacheable".
......@@ -727,7 +727,8 @@ sp_variables = [
'BOOL',
('deliver',),
(), """
Whether the object is uncacheable (pass or hit-for-pass).
Whether the object is uncacheable (pass, hit-for-pass or
hit-for-miss).
"""
),
('resp',
......
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