Github user jacksontj commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/636#discussion_r63581211
--- Diff: proxy/http/HttpTransact.cc ---
@@ -3460,7 +3460,7 @@ HttpTransact::HandleStatPage(State *s)
s->hdr_info.client_response.value_set
Github user jacksontj closed the pull request at:
https://github.com/apache/trafficserver/pull/636
---
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 featu
Github user zwoop commented on the pull request:
https://github.com/apache/trafficserver/pull/636#issuecomment-219107730
[approve ci]
---
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 feat
Github user jacksontj commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/636#discussion_r63217174
--- Diff: proxy/http/HttpTransact.cc ---
@@ -3460,7 +3460,7 @@ HttpTransact::HandleStatPage(State *s)
s->hdr_info.client_response.value_set
Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/636#discussion_r63215421
--- Diff: proxy/http/HttpTransact.cc ---
@@ -3460,7 +3460,7 @@ HttpTransact::HandleStatPage(State *s)
s->hdr_info.client_response.value_set(MI
Github user jacksontj commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/636#discussion_r63214912
--- Diff: proxy/http/HttpTransact.cc ---
@@ -3460,7 +3460,7 @@ HttpTransact::HandleStatPage(State *s)
s->hdr_info.client_response.value_set
Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/636#discussion_r63212366
--- Diff: proxy/http/HttpTransact.cc ---
@@ -3460,7 +3460,7 @@ HttpTransact::HandleStatPage(State *s)
s->hdr_info.client_response.value_set(MI
GitHub user jacksontj opened a pull request:
https://github.com/apache/trafficserver/pull/636
Ts 4440 fix truncated content-type for missing stats pages
In addition, it seems odd that we are returning a `400` in this case, I'd
think this should be a 404? I have a second commit for t