mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string
This commit is contained in:
parent
c67d7b9405
commit
3cd082be83
@ -1684,7 +1684,7 @@ typedef enum {
|
||||
|
||||
/* Linked-list of host:port:connect-to-host:connect-to-port,
|
||||
overrides the URL's host:port (only for the network layer) */
|
||||
CINIT(CONNECT_TO, STRINGPOINT, 243),
|
||||
CINIT(CONNECT_TO, OBJECTPOINT, 243),
|
||||
|
||||
/* Set TCP Fast Open */
|
||||
CINIT(TCP_FASTOPEN, LONG, 244),
|
||||
|
Loading…
Reference in New Issue
Block a user