[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/389 --- 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

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2016-01-09 Thread maskit
Github user maskit commented on the pull request: https://github.com/apache/trafficserver/pull/389#issuecomment-170236549 rebased to follow the changes in master --- 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 pro

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-20 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/389#discussion_r48120660 --- Diff: proxy/http2/HTTP2.cc --- @@ -665,11 +666,19 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint8_t

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-20 Thread maskit
Github user maskit commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/389#discussion_r48120169 --- Diff: proxy/http2/HTTP2.cc --- @@ -665,11 +666,19 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint8_t }

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-20 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/389#discussion_r48112070 --- Diff: proxy/http2/HTTP2.cc --- @@ -665,11 +666,19 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint8_t

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-20 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/389#discussion_r48111940 --- Diff: proxy/http2/HTTP2.cc --- @@ -665,11 +666,19 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint8_t

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-20 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/389#discussion_r48111868 --- Diff: proxy/http2/RegressionHPACK.cc --- @@ -441,6 +441,7 @@ REGRESSION_TEST(HPACK_Decode)(RegressionTest *t, int, int *pstatus) box = RE

[GitHub] trafficserver pull request: TS-3967: Set stream state to close aft...

2015-12-19 Thread maskit
GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/389 TS-3967: Set stream state to close after a RST_STEAM has been sent https://issues.apache.org/jira/browse/TS-3967 The original patches are on the JIRA ticket. I updated the patches to