Skip to content

Commit b727126

Browse files
committed
Remove unnecessary body rewind — Guzzle handles it internally
1 parent 6ab6e45 commit b727126

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HtaccessClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ private function request(string $method, string $endpoint = '', array $requestDa
133133

134134
$body = $request->getBody();
135135
$body->write($requestBody);
136-
$body->rewind();
137136

138137
$request = $request
139138
->withHeader('Content-Type', 'application/json')

0 commit comments

Comments
 (0)