Repository: trafficserver Updated Branches: refs/heads/master 6f151efcf -> 03fec1397
TS-3890: Errors in the huffman tree for HTTP/2 Update to the unit test Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/03fec139 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/03fec139 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/03fec139 Branch: refs/heads/master Commit: 03fec13971a9b789292608951a79d9013079f98d Parents: 6f151ef Author: Bryan Call <[email protected]> Authored: Thu Sep 3 12:25:43 2015 -0700 Committer: Bryan Call <[email protected]> Committed: Thu Sep 3 12:25:43 2015 -0700 ---------------------------------------------------------------------- proxy/http2/test_Huffmancode.cc | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/03fec139/proxy/http2/test_Huffmancode.cc ---------------------------------------------------------------------- diff --git a/proxy/http2/test_Huffmancode.cc b/proxy/http2/test_Huffmancode.cc index 2fea0fe..b547de9 100644 --- a/proxy/http2/test_Huffmancode.cc +++ b/proxy/http2/test_Huffmancode.cc @@ -52,11 +52,6 @@ random_test() } free(dst_start); - - - uint8_t my_test[] = "\320\177f\242\201\260\332\340S\372\316j\255\363\366\244\065Ia\315\"\215\256\017\265?\377\377\027-*n\n\227m5\022\061\237o\340\203\243\373R\032ë ¼\213\036c%\206\331uv\\S\372Í~\214\377JPn\245S\021I\324\377Ú\247\260\364\225\206\232\\\v\211\240\062\270YeM\a\214\324\025MÃv\031\206\331uv\\"; - bytes = huffman_decode(dst_start, my_test, 105); - //cout << bytes << endl; } union Value {
