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

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

Issue 2484603002: Deprecate FLAGS_quic_buffer_packet_till_chlo. (Closed)
Patch Set: Created 4 years, 1 month 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/quic_flags_list.h ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_server_session_base_test.cc
diff --git a/net/quic/core/quic_server_session_base_test.cc b/net/quic/core/quic_server_session_base_test.cc
index a37ae6d12140eda3e8a39d3d93ff3ca86f1ff047..3910f55ac8f4c8ee7aa4a82f314000f04d038a7f 100644
--- a/net/quic/core/quic_server_session_base_test.cc
+++ b/net/quic/core/quic_server_session_base_test.cc
@@ -605,7 +605,6 @@ INSTANTIATE_TEST_CASE_P(StreamMemberLifetimeTests,
// stream has been destroyed, and verify that there are no memory bugs.
TEST_P(StreamMemberLifetimeTest, Basic) {
FLAGS_enable_async_get_proof = true;
- FLAGS_quic_buffer_packet_till_chlo = true;
FLAGS_enable_quic_stateless_reject_support = true;
FLAGS_quic_use_cheap_stateless_rejects = true;
FLAGS_quic_create_session_after_insertion = true;
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698