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:
Daniel Stenberg 2021-06-02 14:56:07 +02:00
parent 9dc0baf5c6
commit 6793332eba
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 13 additions and 8 deletions

View file

@ -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)