Update user-agent to use cURL instead of curl, fixes #9492

main
Jordi Boggiano 4 years ago
parent 4ac6f57d18
commit 6937fedaa9
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -106,7 +106,7 @@ final class StreamContextFactory
if ($forCurl) {
$curl = curl_version();
$httpVersion = 'curl '.$curl['version'];
$httpVersion = 'cURL '.$curl['version'];
} else {
$httpVersion = 'streams';
}

Loading…
Cancel
Save