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

Unified Diff: net/quic/chromium/quic_end_to_end_unittest.cc

Issue 2313053002: Limits only 16 new QUIC connections can be opened per socket event for QuicSimpleServer. Fix test f… (Closed)
Patch Set: don't reset read_pending_ while wait async read Created 4 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 | « no previous file | net/quic/core/quic_flags_list.h » ('j') | net/tools/quic/quic_simple_server.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_end_to_end_unittest.cc
diff --git a/net/quic/chromium/quic_end_to_end_unittest.cc b/net/quic/chromium/quic_end_to_end_unittest.cc
index cd551f14c005b2b0711a0e8b2a337955e32038e5..fbf7a0a7c27ae5f4dc6a04a1375bae08b49f0c51 100644
--- a/net/quic/chromium/quic_end_to_end_unittest.cc
+++ b/net/quic/chromium/quic_end_to_end_unittest.cc
@@ -185,7 +185,7 @@ class QuicEndToEndTest : public ::testing::TestWithParam<TestParams> {
AllSupportedVersions()));
server_->Listen(server_address_);
server_address_ = server_->server_address();
- server_->StartReading();
+ server_->StartReading(true);
server_started_ = true;
}
« no previous file with comments | « no previous file | net/quic/core/quic_flags_list.h » ('j') | net/tools/quic/quic_simple_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698