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 [email protected] or file a JIRA ticket
with INFRA.
---