Skip to content

Commit 7ef37b9

Browse files
Merge branch '5.4' into 6.2
* 5.4: [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions [Messenger] Preserve existing Doctrine schema [HttpClient] Explicitly exclude CURLOPT_POSTREDIR
2 parents dc9945e + ccbb572 commit 7ef37b9

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
@@ -459,6 +459,7 @@ private function validateExtraCurlOptions(array $options): void
459459
\CURLOPT_TIMEOUT_MS => 'max_duration',
460460
\CURLOPT_TIMEOUT => 'max_duration',
461461
\CURLOPT_MAXREDIRS => 'max_redirects',
462+
\CURLOPT_POSTREDIR => 'max_redirects',
462463
\CURLOPT_PROXY => 'proxy',
463464
\CURLOPT_NOPROXY => 'no_proxy',
464465
\CURLOPT_SSL_VERIFYPEER => 'verify_peer',

0 commit comments

Comments
 (0)