HTTPRequest: Replace getInfo() with new parameter 'content_length'
This commit is contained in:
parent
1a42f35a3c
commit
f3cd973cbe
7 changed files with 15 additions and 30 deletions
|
@ -319,12 +319,6 @@ class CurlResult implements IHTTPResult
|
|||
return $this->body;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getInfo()
|
||||
{
|
||||
return $this->info;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function isRedirectUrl()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue