diff --git a/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php b/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php index 68101fc2e9174..dbb9c269a085c 100644 --- a/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php +++ b/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php @@ -230,6 +230,11 @@ private function getCurlCommand(array $trace): ?string break; } + if (str_starts_with('Due to a bug in curl ', $line)) { + // When the curl client disables debug info due to a curl bug, we cannot build the command. + return null; + } + if ('' === $line || preg_match('/^[*<]|(Host: )/', $line)) { continue; }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: