From: Daniel Stenberg Date: Sat, 15 Jun 2002 21:06:17 +0000 (+0000) Subject: Added CURLOPT_BUFFERSIZE X-Git-Tag: curl-7_10~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23262e30bcb0558a8d61297e229de8161f103a22;p=curl Added CURLOPT_BUFFERSIZE --- diff --git a/include/curl/curl.h b/include/curl/curl.h index c616466dc..efbeefbce 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -558,6 +558,9 @@ typedef enum { /* The CApath directory used to validate the peer certificate 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;