You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2015/09/08 17:55:49 UTC

[2/3] trafficserver git commit: TS-3890: Errors in the huffman tree for HTTP/2 Update to the unit test

TS-3890: Errors in the huffman tree for HTTP/2
Update to the unit test

(cherry picked from commit 03fec13971a9b789292608951a79d9013079f98d)


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/057b1200
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/057b1200
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/057b1200

Branch: refs/heads/6.0.x
Commit: 057b12004d05f027eb698a17265e2d42b44e7f22
Parents: b9d800f
Author: Bryan Call <bc...@apache.org>
Authored: Thu Sep 3 12:25:43 2015 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Tue Sep 8 08:55:38 2015 -0700

----------------------------------------------------------------------
 proxy/http2/test_Huffmancode.cc | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/057b1200/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 {