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

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 a comment 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 5c04ca3c2e5b5dff861a5e16a80ebfc05707b695..67593b6e2e61ccb053044b6ef142efe621bddaf9 100644
--- a/net/http/bidirectional_stream.cc
+++ b/net/http/bidirectional_stream.cc
@@ -141,7 +141,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