Commit 3cd082be authored by Patrick Monnerat's avatar Patrick Monnerat
Browse files

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

parent c67d7b94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),