1
0
Fork 0

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

This reverts commit f3cd973c
This commit is contained in:
Philipp Holzer 2020-10-11 23:25:47 +02:00
commit 2e8ad098b9
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
7 changed files with 30 additions and 14 deletions

View file

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