| 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 8cd2de0dbdf2a48d729226f74da1c951d6475426..3fad3d1274d36a7dbcc69d85085d52f94ab59dad 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1348,7 +1348,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.
|
|
|