mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:13:32 +03:00
CURLE_SETOPT_OPTION_SYNTAX: new error name for wrong setopt syntax
For options that pass in lists or strings that are subsequently parsed and must be correct. This broadens the scope for the option previously known as CURLE_TELNET_OPTION_SYNTAX but the old name is of course still provided as a #define for existing applications. Closes #7175
This commit is contained in:
parent
9dc0baf5c6
commit
6793332eba
6 changed files with 13 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ e45: Failed binding local connection end
|
|||
e46: Unknown error
|
||||
e47: Number of redirects hit maximum amount
|
||||
e48: An unknown option was passed in to libcurl
|
||||
e49: Malformed telnet option
|
||||
e49: Malformed option provided in a setopt
|
||||
e50: Unknown error
|
||||
e51: Unknown error
|
||||
e52: Server returned nothing (no headers, no data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue