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

Unified Diff: net/quic/core/quic_crypto_client_stream_test.cc

Issue 2566403002: Landing Recent QUIC changes until 3:47 pm, Dec 10, 2016 UTC-8 (Closed)
Patch Set: git cl format net Created 4 years 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/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_crypto_client_stream_test.cc
diff --git a/net/quic/core/quic_crypto_client_stream_test.cc b/net/quic/core/quic_crypto_client_stream_test.cc
index fa031bad1dda26a4421ffc2d07eb55672a9d3d19..75dedfcb7f391ab4b170384da1bc29dd979779ab 100644
--- a/net/quic/core/quic_crypto_client_stream_test.cc
+++ b/net/quic/core/quic_crypto_client_stream_test.cc
@@ -230,7 +230,8 @@ TEST_F(QuicCryptoClientStreamTest, ServerConfigUpdate) {
reinterpret_cast<char*>(scfg), arraysize(scfg));
QuicStreamSequencer* sequencer = QuicStreamPeer::sequencer(stream());
- EXPECT_NE(FLAGS_quic_release_crypto_stream_buffer,
+ EXPECT_NE(FLAGS_quic_release_crypto_stream_buffer &&
+ FLAGS_quic_reduce_sequencer_buffer_memory_life_time, // NOLINT
QuicStreamSequencerPeer::IsUnderlyingBufferAllocated(sequencer));
}
« no previous file with comments | « net/quic/core/crypto/crypto_protocol.h ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698