Commit fb807eb5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

debug printf for max-age


git-svn-id: http://www.varnish-cache.org/svn/trunk@203 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent b83d3369
......@@ -71,6 +71,7 @@ RFC2616_Age(struct http *hp, time_t t_req, time_t t_resp)
printf("Expires: %d\n", h_expires);
printf("Age: %d\n", h_age);
printf("CIAge: %d\n", corrected_initial_age);
printf("Max-Age: %d\n", max_age);
}
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