Commit 841d3069 authored by Nils Goroll's avatar Nils Goroll

document that a 200 in vcl_deliver may turn into a 304 downstream

parent 03d3f82a
......@@ -743,6 +743,10 @@ sp_variables = [
Assigning a HTTP standardized code to resp.status will also
set resp.reason to the corresponding status message.
resp.status 200 will get changed into 304 by core code after
a return(deliver) from vcl_deliver for conditional requests
to cached content if validation succeeds.
"""
),
('resp.reason',
......
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