friendica/src/Network
Hypolite Petovan 17944c01ea Allow a GuzzleResponse body to be queried more than once
- Using `StreamInterface->getContents` left the stream index at the end of the stream, which made every subsequent call to `getBody()` return empty string
- Using `StreamInterface->__toString()` magic method correctly seek the stream to the start before reading
2021-08-24 11:30:11 -04:00
..
HTTPException Update copyright 2021-03-29 08:40:20 +02:00
CurlResult.php IHTTPResult::getContentType is now a string again 2021-08-20 19:58:42 +02:00
GuzzleResponse.php Allow a GuzzleResponse body to be queried more than once 2021-08-24 11:30:11 -04:00
HTTPException.php Update copyright 2021-03-29 08:40:20 +02:00
HTTPRequest.php Initialize $curlOptions[CURLOPT_HTTPHEADER] outside of the checks 2021-08-22 22:49:55 +02:00
IHTTPRequest.php HTTPRequest: Replace getInfo() with new parameter 'content_length' 2021-08-20 19:58:42 +02:00
IHTTPResult.php IHTTPResult::getContentType is now a string again 2021-08-20 19:58:42 +02:00
Probe.php A lot of Fixings 2021-08-20 21:35:14 +02:00