| 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 7853ac5eaf4468c12a9ddc25748f9e5c7443e771..968b148adba41d18a6fba9741a9a3cbe50e21550 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1204,7 +1204,7 @@ int HttpStreamFactoryImpl::Job::DoCreateStream() {
|
|
|
| spdy_session =
|
| session_->spdy_session_pool()->CreateAvailableSessionFromSocket(
|
| - spdy_session_key, std::move(connection_), net_log_, OK, using_ssl_);
|
| + spdy_session_key, std::move(connection_), net_log_, using_ssl_);
|
|
|
| if (!spdy_session->HasAcceptableTransportSecurity()) {
|
| spdy_session->CloseSessionOnError(
|
|
|