From 77fc73d022b189d3dfa505ae050805f2a9cf171f Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 26 Dec 2018 07:38:16 +0000 Subject: [PATCH] httpclient : domci git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4801 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- httpclient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpclient.php b/httpclient.php index 984adb2..024bdf2 100644 --- a/httpclient.php +++ b/httpclient.php @@ -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); // }}} } // }}}