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

Unified Diff: net/quic/quic_http_stream_test.cc

Issue 318993004: To mitigate the effects of hanging 0-RTT QUIC connections, (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/quic/quic_http_stream_test.cc
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
index 9fc78d9c903b1a24b607e8d553c312c568d9581d..53dd6406ed49ef79db8c6c4652772b034e07fd71 100644
--- a/net/quic/quic_http_stream_test.cc
+++ b/net/quic/quic_http_stream_test.cc
@@ -214,6 +214,9 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
false, PRIVACY_MODE_DISABLED),
DefaultQuicConfig(),
kInitialFlowControlWindowForTest, &crypto_config_,
+
+ base::MessageLoop::current()->
+ message_loop_proxy().get(),
NULL));
session_->GetCryptoStream()->CryptoConnect();
EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed());

Powered by Google App Engine
This is Rietveld 408576698