mirror of
https://github.com/curl/curl.git
synced 2026-06-13 22:45:37 +03:00
CURLINFO_CONTENT_LENGTH_UPLOAD_T.md: expand
Fixes #21953 Reported-by: BazaarAcc32 on github Closes #21956
This commit is contained in:
parent
9cf6b70ad7
commit
b7c9229cc6
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_CONTENT_LENGTH_UPLOAD_T,
|
|||
Pass a pointer to a *curl_off_t* to receive the specified size of the
|
||||
upload. Stores -1 if the size is not known.
|
||||
|
||||
This is the size set by the client prior to the transfer start. The expected
|
||||
upload amount. Compare this with CURLINFO_SIZE_UPLOAD_T(3), which is the
|
||||
amount of data that was actually uploaded in the end. In many cases those two
|
||||
numbers are identical.
|
||||
|
||||
# %PROTOCOLS%
|
||||
|
||||
# EXAMPLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue