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

Unified Diff: net/spdy/hpack_encoder_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_encoder_test.cc
diff --git a/net/spdy/hpack_encoder_test.cc b/net/spdy/hpack_encoder_test.cc
index af04d8f2e3890dc313cf469e4c7455b4a1c0bb77..c46ba13dea8b5ab113fa6632430f1406788ac62b 100644
--- a/net/spdy/hpack_encoder_test.cc
+++ b/net/spdy/hpack_encoder_test.cc
@@ -320,7 +320,7 @@ TEST_F(HpackEncoderTest, StringsDynamicallySelectHuffmanCoding) {
peer_.EmitString("feedbeef");
expected_.AppendPrefix(kStringLiteralHuffmanEncoded);
expected_.AppendUint32(6);
- expected_.AppendBytes("\xE0\xB5\xD3\xBDk\xE1");
+ expected_.AppendBytes("\x94\xA5\x92""2\x96_");
// Non-compactable. Uses identity coding.
peer_.EmitString("@@@@@@");

Powered by Google App Engine
This is Rietveld 408576698