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

Unified Diff: net/spdy/spdy_session.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/spdy/spdy_session.cc
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
index 7a36e5c3b86c9be1680ab4a0d0806ba9fbcb612a..9ec41ac5a13ad0d13fb1881c60578be6046285b7 100644
--- a/net/spdy/spdy_session.cc
+++ b/net/spdy/spdy_session.cc
@@ -567,7 +567,7 @@ void SpdyStreamRequest::Reset() {
session_.reset();
stream_.reset();
url_ = GURL();
- priority_ = MINIMUM_PRIORITY;
+ priority_ = IDLE;
net_log_ = BoundNetLog();
callback_.Reset();
}

Powered by Google App Engine
This is Rietveld 408576698