CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size

This is step 3 of #2888.

Fixes #2888
Closes #2896
This commit is contained in:
Daniel Stenberg 2018-08-18 16:17:05 +02:00
parent 87fefe5ebf
commit 2825f46d95
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
13 changed files with 115 additions and 17 deletions

View file

@ -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;