Skip to content

Commit ddd5b0d

Browse files
Merge branch '6.4' into 7.1
* 6.4: Removed body size limit fix version check to include dev versions
2 parents 97a6f40 + 6322705 commit ddd5b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AmpHttpClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public function request(string $method, string $url, array $options = []): Respo
118118
}
119119

120120
$request = new Request(implode('', $url), $method);
121+
$request->setBodySizeLimit(0);
121122

122123
if ($options['http_version']) {
123124
$request->setProtocolVersions(match ((float) $options['http_version']) {

0 commit comments

Comments
 (0)