We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc9945e + ccbb572 commit 7ef37b9Copy full SHA for 7ef37b9
CurlHttpClient.php
@@ -459,6 +459,7 @@ private function validateExtraCurlOptions(array $options): void
459
\CURLOPT_TIMEOUT_MS => 'max_duration',
460
\CURLOPT_TIMEOUT => 'max_duration',
461
\CURLOPT_MAXREDIRS => 'max_redirects',
462
+ \CURLOPT_POSTREDIR => 'max_redirects',
463
\CURLOPT_PROXY => 'proxy',
464
\CURLOPT_NOPROXY => 'no_proxy',
465
\CURLOPT_SSL_VERIFYPEER => 'verify_peer',
0 commit comments