Re: [PATCH 3/3] Return CURL error message when object transfer fails
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:07
Nick Hengeveld [off-list ref] writes:
I don't see any indication that CURLOPT_ERRORBUFFER is a new feature.
The curl_easy_strerror() function is new as of 7.12.0 which is why
I elected to use the CURLOPT_ERRORBUFFER option instead.
If that is the case, I'll take your patch verbatim. Thanks.
I just needed to get the feel that you did things that way,
knowing what to and what not to worry about; I am no cURL
expert.