httpclient : debug pending

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5327 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-06-07 07:50:42 +00:00
parent 0cbda8f8c0
commit ed607a9495

View File

@@ -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";