Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: net/spdy/hpack_input_stream_test.cc

Issue 352583006: HPACK changes required for specification draft '08 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/hpack_input_stream_test.cc
diff --git a/net/spdy/hpack_input_stream_test.cc b/net/spdy/hpack_input_stream_test.cc
index 3686a32b4d9d67fab0d544690ba2d393a9fe179c..c5fef6395a8d6757e07cd26e8794a251567ff8e8 100644
--- a/net/spdy/hpack_input_stream_test.cc
+++ b/net/spdy/hpack_input_stream_test.cc
@@ -36,11 +36,10 @@ class HpackInputStreamTest : public ::testing::Test {
};
// Hex representation of encoded length and Huffman string.
-const char kEncodedHuffmanFixture[] = "31" // Length prefix.
- "e0d6cf9f6e8f9fd3e5f6fa76fefd3c7e"
- "df9eff1f2f0f3cfe9f6fcf7f8f879f61"
- "ad4f4cc9a973a2200ec3725e18b1b74e"
- "3f";
+const char kEncodedHuffmanFixture[] = "2d" // Length prefix.
+ "94e7821dd7f2e6c7b335dfdfcd5b3960"
+ "d5af27087f3672c1ab270fb5291f9587"
+ "316065c003ed4ee5b1063d5007";
const char kDecodedHuffmanFixture[] =
"foo=ASDJKHQKBZXOQWEOPIUAXQWEOIU; max-age=3600; version=1";

Powered by Google App Engine
This is Rietveld 408576698