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

Unified Diff: net/http/http_network_session.h

Issue 2113343002: QUIC - added force_hol_blocking field trial param to enable forced HOL blocking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@126418608
Patch Set: Created 4 years, 6 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/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index fd3b0961dcea9b98ca9a36941849587362ba6d7d..d97b075831af7a84d1f9b51f7c4c7b05acb34dc2 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -182,6 +182,8 @@ class NET_EXPORT HttpNetworkSession
bool quic_migrate_sessions_early;
// If true, bidirectional streams over QUIC will be disabled.
bool quic_disable_bidirectional_streams;
+ // If true, enable force HOL blocking. For measurement purposes.
+ bool quic_force_hol_blocking;
ProxyDelegate* proxy_delegate;
// Enable support for Token Binding.

Powered by Google App Engine
This is Rietveld 408576698