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

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

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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/tools/quic/quic_server_session.cc
diff --git a/net/tools/quic/quic_server_session.cc b/net/tools/quic/quic_server_session.cc
index 13f064d43ca31a4a15f8da5c02b73b5cdd305e85..caabd94db0d8d219e2db6ba313964991979bf496 100644
--- a/net/tools/quic/quic_server_session.cc
+++ b/net/tools/quic/quic_server_session.cc
@@ -17,7 +17,6 @@ QuicServerSession::QuicServerSession(
QuicSessionOwner* owner)
: QuicSession(connection, config, true),
owner_(owner) {
- set_max_open_streams(config.max_streams_per_connection());
}
QuicServerSession::~QuicServerSession() {

Powered by Google App Engine
This is Rietveld 408576698