1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a string

This commit is contained in:
Patrick Monnerat 2016-04-22 16:49:02 +02:00
parent c67d7b9405
commit 3cd082be83

View File

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