Skip to content

Commit 1840b9d

Browse files
Merge branch '7.1' into 7.2
* 7.1: Removed body size limit prevent failures around not existing TypeInfo classes fix version check to include dev versions
2 parents 456c64c + ddd5b0d commit 1840b9d

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
@@ -125,6 +125,7 @@ public function request(string $method, string $url, array $options = []): Respo
125125
}
126126

127127
$request = new Request(implode('', $url), $method);
128+
$request->setBodySizeLimit(0);
128129

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

0 commit comments

Comments
 (0)