Skip to content
Snippets Groups Projects
Commit 23f22bd5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added HTTPPROXYTUNNEL

parent 86ff2c46
No related branches found
No related tags found
No related merge requests found
......@@ -381,6 +381,9 @@ typedef enum {
/* size of the POST input data, if strlen() is not good to use */
CINIT(POSTFIELDSIZE, LONG, 60),
/* tunnel non-http operations through a HTTP proxy */
CINIT(HTTPPROXYTUNNEL, LONG, 61),
CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment