We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7be66 commit 06ad8f3Copy full SHA for 06ad8f3
1 file changed
src/Client.php
@@ -226,6 +226,7 @@ private function createResponseFromCurlHandle(CurlHandle $curlHandle): ResponseI
226
227
$responseContent = substr($responseMessage, $responseHeaderSize);
228
$response->getBody()->write($responseContent);
229
+ $response->getBody()->rewind();
230
231
return $response;
232
}
0 commit comments