httpclient : domci

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4801 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-12-26 07:38:16 +00:00
parent 2bdb73bac1
commit 77fc73d022

View File

@@ -600,8 +600,8 @@ class Httpclient
if ($this->contentMethod === "chunked")
$this->log (1, "URL $this->method $this->url $this->httpCode Chunked");
else
$this->log (1, "URL $this->method $this->url $this->httpCode $this->bodySize");
$this->log (1, "URL $this->method $this->url $this->httpCode ".
$this->bodySize);
// }}}
}
// }}}