mirror of
https://github.com/curl/curl.git
synced 2026-07-25 10:47:45 +03:00
curl.h: mark two error codes as obsolete
Not used by libcurl since many years Closes #15538
This commit is contained in:
parent
a826886509
commit
bc34ebc87b
5 changed files with 16 additions and 15 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue