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

Unified Diff: net/http/http_network_session.cc

Issue 2651753002: Enable HTTP/0.9 on non-standard ports by default (Closed)
Patch Set: Fix test Created 3 years, 11 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 | « chrome/browser/net/errorpage_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index c64755a707212620dda5f4963330f8dd9980bd27..e6b899744419e583930efd9d8361c82cc238a549 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -155,7 +155,7 @@ HttpNetworkSession::Params::Params()
quic_do_not_fragment(false),
proxy_delegate(nullptr),
enable_token_binding(false),
- http_09_on_non_default_ports_enabled(false),
+ http_09_on_non_default_ports_enabled(true),
restrict_to_one_preconnect_for_proxies(false) {
quic_supported_versions.push_back(QUIC_VERSION_35);
}
« no previous file with comments | « chrome/browser/net/errorpage_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698