Skip to content

Commit 1c828a0

Browse files
Merge branch '6.2' into 6.3
* 6.2: [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions [WebProfilerBundle] Fix the accessibility of some background color [WebProfilerBundle] right blocks: fix display [Messenger] Preserve existing Doctrine schema [HttpClient] Explicitly exclude CURLOPT_POSTREDIR
2 parents d4c0b28 + 7ef37b9 commit 1c828a0

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)