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
< 519D td data-grid-cell-id="diff-dd6b805634109a92a3f12a23067472877798b85a145e14417b89129de7765958-120-120-2" data-line-anchor="diff-dd6b805634109a92a3f12a23067472877798b85a145e14417b89129de7765958R120" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
$request = new Request(implode('', $url), $method);
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
121+
$request->setBodySizeLimit(0);
121122

122123
if ($options['http_version']) {
123124
switch ((float) $options['http_version']) {

0 commit comments

Comments
 (0)
0