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

Unified Diff: net/http/http_stream_factory.cc

Issue 665083009: ABANDONED Handle multiple AlternateProtocols for each HostPortPair. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and a bunch of other changes. Created 5 years, 10 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_stream_factory.cc
diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
index 754372bb88aec3549c08266e07992ed455b8bce3..c394033f9d43edb9ce061e69cf9f0a45c4c89cef 100644
--- a/net/http/http_stream_factory.cc
+++ b/net/http/http_stream_factory.cc
@@ -86,7 +86,7 @@ void HttpStreamFactory::ProcessAlternateProtocol(
if (mapping_rules)
mapping_rules->RewriteHost(&host_port);
- http_server_properties->SetAlternateProtocol(
+ http_server_properties->AddAlternateProtocol(
host_port, static_cast<uint16>(port), protocol, probability);
Ryan Hamilton 2015/02/27 18:20:48 I don't think this is quite right. Let's say that
Bence 2015/02/27 19:31:41 You are right. So we will have another method for
}

Powered by Google App Engine
This is Rietveld 408576698