Github user dragon512 commented on the issue:
https://github.com/apache/trafficserver/pull/1465
@bryancall So from what I can see at the moment. master is broken. 7.1 is
working fine minus the custom logfile test. The remap_http and header-rewrite
fail with
- < Proxy-Connection: keep-alive
? ------
+ < Connection: keep-alive
< Server: ATS/7.1.0
This shows ATS is returning something different (ie we had Proxy-Connection
now it is Connection)
> GET http://www.example.com:80/ HTTP/1.1
> Host: www.example.com
> User-Agent: curl/7.50.1
> Accept: */*
+ >
- > Proxy-Connection: Keep-Alive
- ``
< HTTP/1.1 200 OK
< Date: Fri, 24 Feb 2017 19:45:35 GMT
< Age: 0
< Transfer-Encoding: chunked
- < Proxy-Connection: keep-alive
? ------
+ < Connection: keep-alive
< Server: ATS/7.1.0
<
{ [5 bytes data]
which says we changed the header order and case change of Keep-Alive to
keep-alive.
ATS 6.2 did not error, but 6.2.1 errors the same as 7.1
---
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.
---