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

Unified Diff: net/http/bidirectional_stream.cc

Issue 1878143005: SHP 4: Change AlternativeServiceMap to use SchemeHostPort as the key. No change to Pref data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SHP_3
Patch Set: fix cronet && SpdyNetworkTransactionUnittests Created 4 years, 8 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/bidirectional_stream.cc
diff --git a/net/http/bidirectional_stream.cc b/net/http/bidirectional_stream.cc
index 4e8724a9b2a31543caa39b20249a0d928adb33e7..9b588f18459b236636c32c1f59f1be430a2ddd44 100644
--- a/net/http/bidirectional_stream.cc
+++ b/net/http/bidirectional_stream.cc
@@ -154,7 +154,7 @@ void BidirectionalStream::OnHeadersReceived(
session_->http_stream_factory()->ProcessAlternativeServices(
session_, response_info.headers.get(),
- HostPortPair::FromURL(request_info_->url));
+ url::SchemeHostPort(request_info_->url));
delegate_->OnHeadersReceived(response_headers);
}

Powered by Google App Engine
This is Rietveld 408576698