Home | History | Annotate | Download | only in http

Lines Matching full:age

852 // The max-age directive takes priority over Expires, so if max-age is present
881 // NOTE: "Cache-Control: max-age" overrides Expires, so we only check the
882 // Expires header after checking for max-age in GetFreshnessLifetime. This
884 // it should not trump a max-age value.
923 // time, if, based solely on the origin server's Expires or max-age value,
947 // Summary of age calculation algorithm, when a cache receives a response:
951 // * is the value of Age: header received by the cache with
980 // If there is no Age header, then assume age is zero. GetAgeValue does not
999 const char kMaxAgePrefix[] = "max-age=";
1023 if (!EnumerateHeader(NULL, "Age", &value))