Commit a1c0a5d0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added CURLOPT_POSTFIELDSIZE

parent 1be0bf56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;