You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/10/19 21:25:58 UTC

[jira] [Comment Edited] (TS-4989) Don't add Age: header to requests not served from cache

    [ https://issues.apache.org/jira/browse/TS-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589908#comment-15589908 ] 

Bryan Call edited comment on TS-4989 at 10/19/16 9:25 PM:
----------------------------------------------------------

https://tools.ietf.org/html/rfc7234#section-5.1 :

{noformat}
   The presence of an Age header field implies that the response was not
   generated or validated by the origin server for this request.
   However, lack of an Age header field does not imply the origin was
   contacted, since the response might have been received from an
   HTTP/1.0 cache that does not implement Age.
{noformat}


was (Author: bcall):
https://tools.ietf.org/html/rfc7234#section-5.1 :

{noformat}
  The "Age" header field conveys the sender's estimate of the amount of
   time since the response was generated or successfully validated at
   the origin server.  Age values are calculated as specified in
   Section 4.2.3.
{noformat}

> Don't add Age: header to requests not served from cache
> -------------------------------------------------------
>
>                 Key: TS-4989
>                 URL: https://issues.apache.org/jira/browse/TS-4989
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: David Carlin
>              Labels: yahoo
>
> You can sometimes see Ages of 0,1,2,etc.. - the time it took to process a request - for requests not served from cache.  Causes confusion.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)