[GitHub] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-17 Thread jacksontj
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-17 Thread jacksontj
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-13 Thread zwoop
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-13 Thread jacksontj
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-13 Thread jpeach
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-13 Thread jacksontj
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] trafficserver pull request: TS-4440 fix truncated content-type for...

2016-05-13 Thread jpeach
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] trafficserver pull request: Ts 4440 fix truncated content-type for...

2016-05-13 Thread jacksontj
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