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

Unified Diff: net/http/http_network_session.h

Issue 1779733003: Fix bug in net::RequestPriority -> HTTP/2 dependency conversion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make bi-directional stream unittests enable priority->dependency setting. Created 4 years, 9 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/http/bidirectional_stream_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 094eea8a1f77231ec143275e330c9ce7e869ac8e..a636308fc12d5fa494f5a2bd6053800a67a72a9e 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -106,6 +106,9 @@ class NET_EXPORT HttpNetworkSession
// Enables Brotli Content-Encoding support.
bool enable_brotli;
+ // Enable setting of HTTP/2 dependencies based on priority.
+ bool enable_priority_dependencies;
+
// Enables QUIC support.
bool enable_quic;
// Disable QUIC if a connection times out with open streams.
« no previous file with comments | « net/http/bidirectional_stream_unittest.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698