httpclient : debug pending
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5327 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -596,7 +596,6 @@ class Httpclient
|
|||||||
}
|
}
|
||||||
if ($this->method !== "GET" && ! empty ($this->formData))
|
if ($this->method !== "GET" && ! empty ($this->formData))
|
||||||
{
|
{
|
||||||
var_dump ($this->headersSent);
|
|
||||||
if (! key_exists ("Content-Type", $this->headersSent))
|
if (! key_exists ("Content-Type", $this->headersSent))
|
||||||
$this->headersSent["Content-Type"] =
|
$this->headersSent["Content-Type"] =
|
||||||
"application/x-www-form-urlencoded";
|
"application/x-www-form-urlencoded";
|
||||||
|
|||||||
Reference in New Issue
Block a user