diff --git a/common/HttpClient.php b/common/HttpClient.php index 382b56a..98c0774 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -391,7 +391,7 @@ class HttpClient if (!empty($this->agent)) { $this->header['User-Agent'] = $this->agent; } - var_dump($host, $this->getHostPort(), $this->header, $this->method); + var_dump($host, $this->getHostPort(), $url, $this->header, $this->method); if (!empty($this->header)) { $client->setHeaders($this->parseHeaderMat()); }