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

Unified Diff: net/http/http_network_transaction_spdy3_unittest.cc

Issue 10815074: Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to produce data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove logging and cleanup Created 8 years, 5 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/http/http_network_transaction_spdy2_unittest.cc ('k') | net/spdy/spdy_io_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction_spdy3_unittest.cc
diff --git a/net/http/http_network_transaction_spdy3_unittest.cc b/net/http/http_network_transaction_spdy3_unittest.cc
index 0f665e8a164cf842e8795a7b8a10c219daf0b8ab..7ccddeb122fc1e9fd3b868ac3c8ae5ece3660fcc 100644
--- a/net/http/http_network_transaction_spdy3_unittest.cc
+++ b/net/http/http_network_transaction_spdy3_unittest.cc
@@ -4939,8 +4939,8 @@ TEST_F(HttpNetworkTransactionSpdy3Test, BasicAuthSpdyProxy) {
MockWrite spdy_writes[] = {
CreateMockWrite(*req, 1, ASYNC),
- CreateMockWrite(*connect2, 4),
- CreateMockWrite(*rst, 5, ASYNC),
+ CreateMockWrite(*rst, 4, ASYNC),
+ CreateMockWrite(*connect2, 5),
CreateMockWrite(*wrapped_get, 8)
};
« no previous file with comments | « net/http/http_network_transaction_spdy2_unittest.cc ('k') | net/spdy/spdy_io_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698