From 909ac9b2c4e8e04b15dfcf87b653a46c12401769 Mon Sep 17 00:00:00 2001 From: Wulfric Wang Date: Fri, 3 Aug 2018 12:18:02 +0800 Subject: [PATCH] curl error msg for low version --- src/Handler/CurlFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Handler/CurlFactory.php b/src/Handler/CurlFactory.php index 8fb3bbb7..53aa6bc3 100644 --- a/src/Handler/CurlFactory.php +++ b/src/Handler/CurlFactory.php @@ -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(