Skip to content

Commit

Permalink
Cleaning auth and proxy configuration in full reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Dec 4, 2010
1 parent 075bdeb commit 874a117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cake/libs/http_socket.php
Expand Up @@ -1132,6 +1132,8 @@ public function reset($full = true) {
$this->response = $initalState['response'];
return true;
}
$this->_auth = array();
$this->_proxy = array();
parent::reset($initalState);
return true;
}
Expand Down

0 comments on commit 874a117

Please sign in to comment.