mirror of
https://github.com/curl/curl.git
synced 2026-06-08 10:14:21 +03:00
CURLOPT_POSTFIELDSIZE.md whitespace
This commit is contained in:
parent
f387fd59d7
commit
a955af7d07
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");
|
||||
|
||||
/* size of the POST data */
|
||||
curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long) strlen(data));
|
||||
curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(data));
|
||||
|
||||
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue