1
0
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:
Wulfric Wang 2018-08-03 12:18:02 +08:00
parent bcfa6bad7b
commit 909ac9b2c4

View File

@ -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(