Commit 9494205f authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Document special meaning of status code also for resp.status

Copy paste the text from beresp.status to resp.status about the special
handling of status codes.
parent 4c1b0345
......@@ -1186,6 +1186,10 @@ resp.status
Assigning a HTTP standardized code to resp.status will also
set resp.reason to the corresponding status message.
Status codes on the form XXYZZ can be set where
XXYZZ is less than 65536 and Y is [1...9].
Only YZZ will be sent back to clients.
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.
......
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