HTTPRequest: Replace getInfo() with new parameter 'content_length'
This commit is contained in:
@@ -319,12 +319,6 @@ class CurlResult implements IHTTPResult
|
||||
return $this->body;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getInfo()
|
||||
{
|
||||
return $this->info;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function isRedirectUrl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user