curl.h: mark two error codes as obsolete

Not used by libcurl since many years

Closes #15538
This commit is contained in:
Daniel Stenberg 2024-11-10 16:11:02 +01:00
parent a826886509
commit bc34ebc87b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 16 additions and 15 deletions

View file

@ -203,9 +203,9 @@ Not used in modern versions.
The server does not support or accept range requests.
## CURLE_HTTP_POST_ERROR (34)
## Obsolete error (34)
This is an odd error that mainly occurs due to internal confusion.
Not used since 7.56.0.
## CURLE_SSL_CONNECT_ERROR (35)
@ -236,9 +236,9 @@ LDAP search failed.
Not used in modern versions.
## CURLE_FUNCTION_NOT_FOUND (41)
## Obsolete error (41)
Function not found. A required zlib function was not found.
Not used since 7.53.0.
## CURLE_ABORTED_BY_CALLBACK (42)