curl-library
New curl_easy_getinfo selector to return additional error information
From: Larry Campbell <lcampbel_at_akamai.com>
Date: Thu, 23 Sep 2004 13:55:54 -0400
Received on 2004-09-23
Date: Thu, 23 Sep 2004 13:55:54 -0400
Here's a patch that adds a new curl_easy_getinfo selector,
CURLINFO_OS_ERRNO, that returns the most recent errno value that's
relevant to a connect attempt. This allows you to distinguish between,
for example, "connection refused" and "host unreachable".
The base for this patch is curl 7.12.0.
- lc
- application/octet-stream attachment: curl.patch