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

Unified Diff: net/tools/quic/quic_server_session_test.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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/tools/quic/quic_server.cc ('k') | net/tools/quic/quic_socket_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_server_session_test.cc
diff --git a/net/tools/quic/quic_server_session_test.cc b/net/tools/quic/quic_server_session_test.cc
index b0ed5d1ec1d9090e20ea684aa737c5cecd1a4763..4705c05aa0145d34e00f2e222173d420759bfae9 100644
--- a/net/tools/quic/quic_server_session_test.cc
+++ b/net/tools/quic/quic_server_session_test.cc
@@ -192,7 +192,6 @@ TEST_P(QuicServerSessionTest, AcceptClosedStream) {
}
TEST_P(QuicServerSessionTest, MaxOpenStreams) {
- ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true);
// Test that the server closes the connection if a client attempts to open too
// many data streams. The server accepts slightly more than the negotiated
// stream limit to deal with rare cases where a client FIN/RST is lost.
@@ -230,7 +229,6 @@ TEST_P(QuicServerSessionTest, MaxOpenStreams) {
}
TEST_P(QuicServerSessionTest, MaxOpenStreamsImplicit) {
- ValueRestore<bool> old_flag(&FLAGS_quic_allow_more_open_streams, true);
// Test that the server closes the connection if a client attempts to open too
// many data streams implicitly. The server accepts slightly more than the
// negotiated stream limit to deal with rare cases where a client FIN/RST is
« no previous file with comments | « net/tools/quic/quic_server.cc ('k') | net/tools/quic/quic_socket_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698