mirror of
https://github.com/curl/curl.git
synced 2026-08-02 08:30:30 +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
|
|
@ -66,14 +66,14 @@ e30: FTP: command PORT failed
|
|||
e31: FTP: command REST failed
|
||||
e32: Unknown error
|
||||
e33: Requested range was not delivered by the server
|
||||
e34: Internal problem setting up the POST
|
||||
e34: Unknown error
|
||||
e35: SSL connect error
|
||||
e36: Could not resume download
|
||||
e37: Could not read a file:// file
|
||||
e38: LDAP: cannot bind
|
||||
e39: LDAP: search failed
|
||||
e40: Unknown error
|
||||
e41: A required function in the library was not found
|
||||
e41: Unknown error
|
||||
e42: Operation was aborted by an application callback
|
||||
e43: A libcurl function was given a bad argument
|
||||
e44: Unknown error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue