add clear
This commit is contained in:
@@ -514,9 +514,6 @@ class HttpClient
|
|||||||
if (!empty($this->_data)) {
|
if (!empty($this->_data)) {
|
||||||
$client->setData($this->_data);
|
$client->setData($this->_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($host, $url, $this->getHostPort());
|
|
||||||
|
|
||||||
$client->execute($url);
|
$client->execute($url);
|
||||||
$client->close();
|
$client->close();
|
||||||
return $client;
|
return $client;
|
||||||
|
|||||||
Reference in New Issue
Block a user