- From: Mark Nottingham <mnot@mnot.net>
- Date: Tue, 29 Nov 2011 15:30:03 +1100
- To: HTTP Working Group <ietf-http-wg@w3.org>
<http://trac.tools.ietf.org/wg/httpbis/trac/ticket/212> This has sat for a while. I tried to come up with a minimal change... Proposal - replace: > These are combined as > > corrected_initial_age = max(apparent_age, corrected_age_value); with: > These SHOULD be combined as > > corrected_initial_age = max(apparent_age, corrected_age_value); > > unless the cache is confident in the value of the Age header (e.g., because there are no HTTP/1.0 hops in the Via header), in which case the corrected_age_value MAY be used as the corrected_initial_age. Thoughts? -- Mark Nottingham http://www.mnot.net/
Received on Tuesday, 29 November 2011 04:30:37 UTC