From ed607a9495323614671c634e06af3513ab0cbbe5 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 7 Jun 2019 07:50:42 +0000 Subject: [PATCH] httpclient : debug pending git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5327 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- httpclient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/httpclient.php b/httpclient.php index dc17d53..3242aeb 100644 --- a/httpclient.php +++ b/httpclient.php @@ -596,7 +596,6 @@ class Httpclient } if ($this->method !== "GET" && ! empty ($this->formData)) { -var_dump ($this->headersSent); if (! key_exists ("Content-Type", $this->headersSent)) $this->headersSent["Content-Type"] = "application/x-www-form-urlencoded";