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

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

Issue 2808273006: Landing Recent QUIC changes until Sun Apr 9 16:12:55 (Closed)
Patch Set: increment enabled_options in e2e test Created 3 years, 8 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 | « net/quic/core/quic_session.cc ('k') | net/quic/core/quic_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_stream.cc
diff --git a/net/quic/core/quic_stream.cc b/net/quic/core/quic_stream.cc
index a7ab1afe662021d5584aa5f92a27eccd211fb529..d402b4e5c537580fe0899187670acddd539919d4 100644
--- a/net/quic/core/quic_stream.cc
+++ b/net/quic/core/quic_stream.cc
@@ -70,9 +70,7 @@ QuicStream::QuicStream(QuicStreamId id, QuicSession* session)
GetReceivedFlowControlWindow(session),
GetInitialStreamFlowControlWindowToSend(session),
session_->flow_controller()->auto_tune_receive_window(),
- session_->flow_control_invariant()
- ? session_->flow_controller()
- : nullptr),
+ session_->flow_controller()),
connection_flow_controller_(session_->flow_controller()),
stream_contributes_to_connection_flow_control_(true),
busy_counter_(0) {
« no previous file with comments | « net/quic/core/quic_session.cc ('k') | net/quic/core/quic_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698