mirror of
https://github.com/curl/curl.git
synced 2026-07-31 08:38:06 +03:00
count the formdata size using a 64bit size if avaialble
This commit is contained in:
parent
535046430a
commit
d67ea8c7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -875,7 +875,7 @@ CURLcode Curl_getFormData(struct FormData **finalform,
|
|||
struct curl_httppost *file;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
size_t size =0;
|
||||
curl_off_t size =0;
|
||||
char *boundary;
|
||||
char *fileboundary=NULL;
|
||||
struct curl_slist* curList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue