1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

- Changed the description of CURLINFO_OS_ERRNO to make it clear that the

errno is not reset on success.
This commit is contained in:
Michal Marek 2009-07-15 11:49:12 +00:00
parent b476530755
commit 08d95bff5e
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,10 @@
Changelog Changelog
Michal Marek (15 Jul 2009)
- Changed the description of CURLINFO_OS_ERRNO to make it clear that the
errno is not reset on success.
Guenter Knauf (14 Jul 2009) Guenter Knauf (14 Jul 2009)
- renamed generated config.h to curl_config.h to avoid any future clashes - renamed generated config.h to curl_config.h to avoid any future clashes
with config.h from other projects. with config.h from other projects.

View File

@ -159,7 +159,8 @@ Pass a pointer to a long to receive a bitmask indicating the authentication
method(s) available for your proxy authentication. (Added in 7.10.8) method(s) available for your proxy authentication. (Added in 7.10.8)
.IP CURLINFO_OS_ERRNO .IP CURLINFO_OS_ERRNO
Pass a pointer to a long to receive the errno variable from a connect failure. Pass a pointer to a long to receive the errno variable from a connect failure.
(Added in 7.12.2) Note that the value is only set on failure, it is not reset upon a
successfull operation. (Added in 7.12.2)
.IP CURLINFO_NUM_CONNECTS .IP CURLINFO_NUM_CONNECTS
Pass a pointer to a long to receive how many new connections libcurl had to Pass a pointer to a long to receive how many new connections libcurl had to
create to achieve the previous transfer (only the successful connects are create to achieve the previous transfer (only the successful connects are