1
0
Fork 0

HTTPRequest: Replace getInfo() with new parameter 'content_length'

This commit is contained in:
Philipp Holzer 2020-10-09 20:52:52 +02:00
commit f3cd973cbe
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
7 changed files with 15 additions and 30 deletions

View file

@ -319,12 +319,6 @@ class CurlResult implements IHTTPResult
return $this->body;
}
/** {@inheritDoc} */
public function getInfo()
{
return $this->info;
}
/** {@inheritDoc} */
public function isRedirectUrl()
{