| 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..a94d5169ec9408f4a84940a1bd10bee0feb4cdc8 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -799,7 +799,6 @@ int HttpStreamFactoryImpl::Job::DoInitConnection() {
|
| HostPortPair destination = proxy_info_.is_quic()
|
| ? proxy_info_.proxy_server().host_port_pair()
|
| : server_;
|
| - next_state_ = STATE_INIT_CONNECTION_COMPLETE;
|
| bool secure_quic = using_ssl_ || proxy_info_.is_quic();
|
| int rv = quic_request_.Request(
|
| destination, secure_quic, request_info_.privacy_mode,
|
|
|