mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
curl error msg for low version
This commit is contained in:
parent
bcfa6bad7b
commit
909ac9b2c4
@ -180,7 +180,7 @@ class CurlFactory implements CurlFactoryInterface
|
||||
'cURL error %s: %s (%s)',
|
||||
$ctx['errno'],
|
||||
$ctx['error'],
|
||||
'see https://curl.haxx.se/libcurl/c/libcurl-errors.html',
|
||||
'see https://curl.haxx.se/libcurl/c/libcurl-errors.html'
|
||||
);
|
||||
} else {
|
||||
$message = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user