mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:51:40 +03:00
CURLOPT_INFILESIZE.3: mention -1 triggers chunked
Ref: #11300 Closes #11304
This commit is contained in:
parent
4397e41be0
commit
fdda99c6ee
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ mandatory.
|
|||
|
||||
To unset this value again, set it to -1.
|
||||
|
||||
Using \fICURLOPT_UPLOAD(3)\fP to a HTTP/1.1 server and this value set to -1,
|
||||
makes libcurl do a chunked transfer-encoded upload.
|
||||
|
||||
When sending emails using SMTP, this command can be used to specify the
|
||||
optional SIZE parameter for the MAIL FROM command.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue