Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/677#discussion_r65215059
--- Diff: proxy/http2/test_HPACK.cc ---
@@ -0,0 +1,413 @@
+/** @file
+
+Test runner for HPACK encoding and decoding.
+
+@sect
Github user jpeach commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/677#discussion_r65211796
--- Diff: proxy/http2/test_HPACK.cc ---
@@ -0,0 +1,413 @@
+/** @file
+
+Test runner for HPACK encoding and decoding.
+
+@sect
GitHub user maskit opened a pull request:
https://github.com/apache/trafficserver/pull/677
TS-4189: Add tests for HPACK
https://issues.apache.org/jira/browse/TS-4189
The test cases come from:
https://github.com/http2jp/hpack-test-case
https://github.com/http2/http_sa