mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:07:15 +03:00
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
This commit is contained in:
parent
9af532e662
commit
1ebda8fa0e
6 changed files with 29 additions and 7 deletions
|
|
@ -783,6 +783,9 @@ typedef enum {
|
|||
*/
|
||||
CINIT(FTP_SSL, LONG, 119),
|
||||
|
||||
/* The _LARGE version of the standard POSTFIELDSIZE option */
|
||||
CINIT(POSTFIELDSIZE_LARGE, OFF_T, 120),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue