Commit 23262e30 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added CURLOPT_BUFFERSIZE

parent 8b4ad40e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -559,6 +559,9 @@ typedef enum {
     this option is used only if SSL_VERIFYPEER is true */
  CINIT(CAPATH, OBJECTPOINT, 97),

  /* Instruct libcurl to use a smaller receive buffer */
  CINIT(BUFFERSIZE, LONG, 98),
  
  CURLOPT_LASTENTRY /* the last unusued */
} CURLoption;