mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
This is step 3 of #2888. Fixes #2888 Closes #2896
This commit is contained in:
parent
87fefe5ebf
commit
2825f46d95
13 changed files with 115 additions and 17 deletions
|
|
@ -1862,6 +1862,9 @@ typedef enum {
|
|||
/* DNS-over-HTTPS URL */
|
||||
CINIT(DOH_URL, STRINGPOINT, 279),
|
||||
|
||||
/* Preferred buffer size to use for uploads */
|
||||
CINIT(UPLOAD_BUFFERSIZE, LONG, 280),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue