| 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 eb3fc3e56b4d7706fc8e0d2115ce65d906aa9fe1..42ed0c044c41aba812aea960a117cd8c416134b2 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1314,7 +1314,8 @@ int HttpStreamFactoryImpl::Job::ReconsiderProxyAfterError(int error) {
|
| }
|
|
|
| int rv = session_->proxy_service()->ReconsiderProxyAfterError(
|
| - request_info_.url, &proxy_info_, io_callback_, &pac_request_, net_log_);
|
| + request_info_.url, error, &proxy_info_, io_callback_, &pac_request_,
|
| + net_log_);
|
| if (rv == OK || rv == ERR_IO_PENDING) {
|
| // If the error was during connection setup, there is no socket to
|
| // disconnect.
|
|
|