Skip to content

Commit 06ad8f3

Browse files
committed
issue #42
1 parent be7be66 commit 06ad8f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ private function createResponseFromCurlHandle(CurlHandle $curlHandle): ResponseI
226226

227227
$responseContent = substr($responseMessage, $responseHeaderSize);
228228
$response->getBody()->write($responseContent);
229+
$response->getBody()->rewind();
229230

230231
return $response;
231232
}

0 commit comments

Comments
 (0)