Cleaning auth and proxy configuration in full reset.

This commit is contained in:
Juan Basso 2010-12-03 23:13:49 -02:00
parent 075bdebebe
commit 874a1172a1

View file

@ -1132,6 +1132,8 @@ class HttpSocket extends CakeSocket {
$this->response = $initalState['response']; $this->response = $initalState['response'];
return true; return true;
} }
$this->_auth = array();
$this->_proxy = array();
parent::reset($initalState); parent::reset($initalState);
return true; return true;
} }