Index: net/http/http_stream_factory_impl_job.cc |
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc |
index 1172bf1f6dcd3d1f649322cf15b925dcb1ea5c5f..1a578176a6912aac5770b7dceea18db93255f999 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -803,7 +803,7 @@ int HttpStreamFactoryImpl::Job::DoInitConnection() { |
bool secure_quic = using_ssl_ || proxy_info_.is_quic(); |
int rv = quic_request_.Request( |
destination, secure_quic, request_info_.privacy_mode, |
- request_info_.method, net_log_, io_callback_); |
+ origin_url_.host(), request_info_.method, net_log_, io_callback_); |
if (rv == OK) { |
using_existing_quic_session_ = true; |
} else { |