diff --git a/cake/libs/http_socket.php b/cake/libs/http_socket.php index 06df4ad1f..22fdf45d4 100644 --- a/cake/libs/http_socket.php +++ b/cake/libs/http_socket.php @@ -1132,6 +1132,8 @@ class HttpSocket extends CakeSocket { $this->response = $initalState['response']; return true; } + $this->_auth = array(); + $this->_proxy = array(); parent::reset($initalState); return true; }