mirror of
https://github.com/curl/curl.git
synced 2026-05-30 17:57:28 +03:00
Added CURLOPT_BUFFERSIZE
This commit is contained in:
parent
8b4ad40ed6
commit
23262e30bc
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue