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

Unified Diff: net/quic/quic_session.cc

Issue 1134603005: Remove WriteBlockedList::use_stream_to_priority. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | net/quic/quic_write_blocked_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session.cc
diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
index 0be72ebad37f302c9a99cfb2ec2f0fd321c524b0..b2f043d94f3ed17f99fe2c7a48d6ec6155fefd89 100644
--- a/net/quic/quic_session.cc
+++ b/net/quic/quic_session.cc
@@ -103,7 +103,6 @@ QuicSession::QuicSession(QuicConnection* connection, const QuicConfig& config)
config_(config),
max_open_streams_(config_.MaxStreamsPerConnection()),
next_stream_id_(perspective() == Perspective::IS_SERVER ? 2 : 5),
- write_blocked_streams_(true),
largest_peer_created_stream_id_(0),
error_(QUIC_NO_ERROR),
flow_controller_(connection_.get(),
« no previous file with comments | « no previous file | net/quic/quic_write_blocked_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698