mirror of
https://github.com/curl/curl.git
synced 2026-04-20 01:11:17 +03:00
curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string
This commit is contained in:
parent
c67d7b9405
commit
3cd082be83
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue