You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by shinya1020 <gi...@git.apache.org> on 2016/10/03 12:44:29 UTC

[GitHub] trafficserver issue #1067: TS-4914: Fix response headers on 304 response

Github user shinya1020 commented on the issue:

    https://github.com/apache/trafficserver/pull/1067
  
    In our production, some servers return multiple Cache-Control headers.
    
    For example, if the following configurations are applied to apache httpd
    ```
    Header always set Cache-Control "public"
    ExpiresActive On
    ExpiresDefault "access plus 1 days"
    ```
    then the server returns the following headers.
    ```
    Cache-Control: public
    Cache-Control: max-age=86400
    Expires: Tue, 04 Oct 2016 12:25:44 GMT
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---