| 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 86e3cee52a7437b139e347667b4108d47aee1c8c..0f6c500f7f0112ac086174f578bcaee7e5d9ba11 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1190,7 +1190,9 @@ int HttpStreamFactoryImpl::Job::DoCreateStream() {
|
| delegate_->websocket_handshake_stream_create_helper()
|
| ->CreateBasicStream(std::move(connection_), using_proxy));
|
| } else {
|
| - stream_.reset(new HttpBasicStream(std::move(connection_), using_proxy));
|
| + stream_.reset(new HttpBasicStream(
|
| + std::move(connection_), using_proxy,
|
| + session_->params().http_09_on_non_default_ports_enabled));
|
| }
|
| return OK;
|
| }
|
|
|