mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:33:33 +03:00
upload: UPLOAD_BUFSIZE is now for the upload buffer
This commit is contained in:
parent
8ed81f67c2
commit
89cf6f38d2
4 changed files with 8 additions and 4 deletions
|
|
@ -904,7 +904,7 @@ static CURLcode readwrite_upload(struct Curl_easy *data,
|
|||
sending_http_headers = FALSE;
|
||||
}
|
||||
|
||||
result = Curl_fillreadbuffer(conn, BUFSIZE, &fillcount);
|
||||
result = Curl_fillreadbuffer(conn, UPLOAD_BUFSIZE, &fillcount);
|
||||
if(result)
|
||||
return result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue