mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Cleaning auth and proxy configuration in full reset.
This commit is contained in:
parent
075bdebebe
commit
874a1172a1
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue