8000 Removed body size limit · symfony/symfony@122a480 · GitHub
[go: up one dir, main page]

Skip to content

Commit 122a480

Browse files
author
Carl Julian Sauter
committed
Removed body size limit
1 parent 2b1cb9d commit 122a480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpClient/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
switch ((float) $options['http_version']) {

0 commit comments

Comments
 (0)
0