mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:43:36 +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
|
|
@ -160,8 +160,9 @@ An option passed to libcurl is not recognized/known. Refer to the appropriate
|
|||
documentation. This is most likely a problem in the program that uses
|
||||
libcurl. The error buffer might contain more specific information about which
|
||||
exact option it concerns.
|
||||
.IP "CURLE_TELNET_OPTION_SYNTAX (49)"
|
||||
A telnet option string was Illegally formatted.
|
||||
.IP "CURLE_SETOPT_OPTION_SYNTAX (49)"
|
||||
An option passed in to a setopt was wrongly formatted. See error message for
|
||||
details about what option.
|
||||
.IP "CURLE_GOT_NOTHING (52)"
|
||||
Nothing was returned from the server, and under the circumstances, getting
|
||||
nothing is considered an error.
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ CURLE_RTSP_CSEQ_ERROR 7.20.0
|
|||
CURLE_RTSP_SESSION_ERROR 7.20.0
|
||||
CURLE_SEND_ERROR 7.10
|
||||
CURLE_SEND_FAIL_REWIND 7.12.3
|
||||
CURLE_SETOPT_OPTION_SYNTAX 7.78.0
|
||||
CURLE_SHARE_IN_USE 7.9.6 7.17.0
|
||||
CURLE_SSH 7.16.1
|
||||
CURLE_SSL_CACERT 7.10 7.62.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue