[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/362 --- 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-4018: Use HPACK huffman encoding al...

2015-12-06 Thread maskit
Github user maskit commented on the pull request: https://github.com/apache/trafficserver/pull/362#issuecomment-162387824 I fixed the compile error, and squashed the commits. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-06 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/362#discussion_r46780770 --- Diff: proxy/http2/HPACK.cc --- @@ -332,18 +332,41 @@ int64_t encode_string(uint8_t *buf_start, const uint8_t *buf_end, const char *value, s

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-06 Thread maskit
Github user maskit commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/362#discussion_r46780362 --- Diff: proxy/http2/HPACK.cc --- @@ -332,18 +332,41 @@ int64_t encode_string(uint8_t *buf_start, const uint8_t *buf_end, const char *value, size_

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-06 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/362#discussion_r46776556 --- Diff: proxy/http2/HPACK.cc --- @@ -332,18 +332,41 @@ int64_t encode_string(uint8_t *buf_start, const uint8_t *buf_end, const char *value, si

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-06 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/362#discussion_r46776397 --- Diff: proxy/http2/HPACK.cc --- @@ -332,18 +332,41 @@ int64_t encode_string(uint8_t *buf_start, const uint8_t *buf_end, const char *value, si

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-03 Thread jpeach
Github user jpeach commented on the pull request: https://github.com/apache/trafficserver/pull/362#issuecomment-161873548 FYI it is better to squash the format commits rather than have them appear separately. --- If your project is set up for it, you can reply to this email and have

[GitHub] trafficserver pull request: TS-4018: Use HPACK huffman encoding al...

2015-12-03 Thread maskit
GitHub user maskit opened a pull request: https://github.com/apache/trafficserver/pull/362 TS-4018: Use HPACK huffman encoding always https://issues.apache.org/jira/browse/TS-4018 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ma