| 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 b98641565633d33c05d5a550ddd13e61ab094e04..0bf86a48f509c34bab1536dfb2e70650c3f8043a 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -807,7 +807,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 {
|
|
|