Skip to content

Commit 5fcf92e

Browse files
Merge branch '6.3' into 6.4
* 6.3: [FrameworkBundle] Fixed parsing new JSON output of debug:config not possible [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions [AssetMapper] Allow DirectoryResource for cache [PhpUnitBridge] Require PHPUnit 9.6 by default [WebProfilerBundle] Fix the accessibility of some background color [HttpKernel] Nullable and default value arguments in RequestPayloadValueResolver [WebProfilerBundle] right blocks: fix display [Messenger] Preserve existing Doctrine schema [Serializer] Refactor tests to not extends ObjectNormalizer [HttpFoundation] Make Request::getPayload() return an empty InputBag if request body is empty [HttpClient] Explicitly exclude CURLOPT_POSTREDIR [FrameworkBundle] Fix setting decorated services during tests
2 parents f0897a0 + 1c828a0 commit 5fcf92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CurlHttpClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ private function validateExtraCurlOptions(array $options): void
462462
\CURLOPT_TIMEOUT_MS => 'max_duration',
463463
\CURLOPT_TIMEOUT => 'max_duration',
464464
\CURLOPT_MAXREDIRS => 'max_redirects',
465+
\CURLOPT_POSTREDIR => 'max_redirects',
465466
\CURLOPT_PROXY => 'proxy',
466467
\CURLOPT_NOPROXY => 'no_proxy',
467468
\CURLOPT_SSL_VERIFYPEER => 'verify_peer',

0 commit comments

Comments
 (0)