Index: net/http/http_stream_factory_impl_job.cc |
=================================================================== |
--- net/http/http_stream_factory_impl_job.cc (revision 274257) |
+++ net/http/http_stream_factory_impl_job.cc (working copy) |
@@ -1348,7 +1348,8 @@ |
} |
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. |