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

Unified Diff: net/quic/quic_http_stream.cc

Issue 1866483002: Add a new priority level, THROTTLED, below IDLE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comments. Created 4 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/quic/quic_http_stream.cc
diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
index f31e2d0c7f3a89a7b16e70595dcd3f6580b8610f..d55ecfc30abca33eed0db314245575d5b0bf73e2 100644
--- a/net/quic/quic_http_stream.cc
+++ b/net/quic/quic_http_stream.cc
@@ -50,7 +50,7 @@ QuicHttpStream::QuicHttpStream(
stream_(nullptr),
request_info_(nullptr),
request_body_stream_(nullptr),
- priority_(MINIMUM_PRIORITY),
+ priority_(IDLE),
response_info_(nullptr),
response_status_(OK),
response_headers_received_(false),

Powered by Google App Engine
This is Rietveld 408576698