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

Unified Diff: net/spdy/hpack_round_trip_test.cc

Issue 537663002: HPACK: encode :pseudo and indexed headers first. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « net/spdy/hpack_output_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_round_trip_test.cc
diff --git a/net/spdy/hpack_round_trip_test.cc b/net/spdy/hpack_round_trip_test.cc
index 39be93982b62f8288e7e2c165aed648252dbdbb3..b374605758c4335b0c2b551755051a2ab2df47ea 100644
--- a/net/spdy/hpack_round_trip_test.cc
+++ b/net/spdy/hpack_round_trip_test.cc
@@ -102,7 +102,7 @@ TEST_F(HpackRoundTripTest, RequestFixtures) {
headers[":path"] = "/";
headers[":scheme"] = "http";
headers["cache-control"] = "no-cache";
- headers["cookie"] = "fizzle=fazzle; foo=bar";
+ headers["cookie"] = "foo=bar; fizzle=fazzle";
EXPECT_TRUE(RoundTrip(headers));
}
{
« no previous file with comments | « net/spdy/hpack_output_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698