From: Daniel Stenberg Date: Tue, 28 Nov 2023 16:07:27 +0000 (+0100) Subject: libcurl-errors.3: sync with current public headers X-Git-Tag: curl-8_5_0~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ec950004cd45350ad81134557be86391397048;p=thirdparty%2Fcurl.git libcurl-errors.3: sync with current public headers Closes #12424 --- diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index f83bf6a2fa..03f18e6b53 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -288,9 +288,6 @@ the specific problem. SSL Client Certificate required. .IP "CURLE_UNRECOVERABLE_POLL (99)" An internal call to poll() or select() returned error that is not recoverable. -.IP "CURLE_OBSOLETE*" -These error codes are never returned. They were used in an old libcurl version -and are currently unused. .SH "CURLMcode" This is the generic return code used by functions in the libcurl multi interface. Also consider \fIcurl_multi_strerror(3)\fP. @@ -300,9 +297,6 @@ This is not really an error. It means you should call between. Before version 7.20.0 (released on February 9 2010) this could be returned by \fIcurl_multi_perform(3)\fP, but in later versions this return code is never used. -.IP "CURLM_CALL_MULTI_SOCKET (-1)" -An alias for \fICURLM_CALL_MULTI_PERFORM\fP. Never returned by modern libcurl -versions. .IP "CURLM_OK (0)" Things are fine. .IP "CURLM_BAD_HANDLE (1)" @@ -414,9 +408,13 @@ The scheme part of the URL contained bad or invalid characters. The URL contained an invalid number of slashes. .IP "CURLUE_BAD_USER (29)" The user part of the URL contained bad or invalid characters. +.IP "CURLUE_LACKS_IDN (30)" +libcurl lacks IDN support. .SH "CURLHcode" The header interface returns a \fICURLHcode\fP to indicate when an error has occurred. +.IP "CURLHE_OK (0)" +All fine. Proceed as usual. .IP "CURLHE_BADINDEX (1)" There is no header with the requested index. .IP "CURLHE_MISSING (2)"