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

Added CURLOPT_POSTFIELDSIZE

parent 1be0bf56
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,9 @@ typedef enum {
"[host]:[port]" */
T(PROXYPORT, LONG, 59),
/* size of the POST input data, if strlen() is not good to use */
T(POSTFIELDSIZE, LONG, 60),
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