[
https://issues.apache.org/jira/browse/TS-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287269#comment-15287269
]
ASF subversion and git services commented on TS-4440:
-----------------------------------------------------
Commit 4ff39470b65e8b243f42f3c7eace125f1fab72a0 in trafficserver's branch
refs/heads/master from [~jacksontj]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=4ff3947 ]
Merge pull request #636 from jacksontj/TS-4440
TS-4440 fix truncated content-type for missing stats pages
> ATS' missing StatsPages have incorrect content-type
> ---------------------------------------------------
>
> Key: TS-4440
> URL: https://issues.apache.org/jira/browse/TS-4440
> Project: Traffic Server
> Issue Type: Bug
> Components: Manager
> Reporter: Thomas Jackson
> Assignee: Thomas Jackson
> Fix For: 7.0.0
>
>
> If you curl a stats page that doesn't exist anymore:
> {code}
> jacksontj@Thomas-PC trafficserver]$ curl -v localhost:8080/_stats/
> * Trying ::1...
> * connect to ::1 port 8080 failed: Connection refused
> * Trying 127.0.0.1...
> * Connected to localhost (127.0.0.1) port 8080 (#0)
> > GET /_stats/ HTTP/1.1
> > Host: localhost:8080
> > User-Agent: curl/7.43.0
> > Accept: */*
> >
> < HTTP/1.1 400 Bad Request
> < Date: Fri, 13 May 2016 14:55:58 GMT
> < Connection: close
> < Server: ATS/7.0.0
> < Content-Length: 0
> < Content-Type: text/plai
> <
> * Closing connection 0
> {code}
> Note that the content-type is cut off.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)