- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -7,6 +7,11 @@
|
||||
Changelog
|
||||
|
||||
Daniel (30 September 2004)
|
||||
- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
|
||||
app to retrieve the errno variable after a (connect) failure. It will make
|
||||
sense to provide this for more failures in a more generic way, but let's
|
||||
start like this.
|
||||
|
||||
- G<>nter Knauf and Casey O'Donnell worked out an extra #if condition for the
|
||||
curl/multi.h header to work better in winsock-using apps.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user