summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-23 18:22:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-23 18:22:57 +0200
commit893d3fa32111002cfd8213f64429530f4eb6b205 (patch)
tree808b6f0031b17fa22b58bb0be25dd944d7336118
parentc9438ab89f851f6a05c6353bfcf89cba4678da17 (diff)
downloadcurl-bagder/CURLOPT_POSTFIELDS-clarify-size.tar.gz
-rw-r--r--docs/libcurl/opts/CURLOPT_POSTFIELDS.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 b/docs/libcurl/opts/CURLOPT_POSTFIELDS.3
index 8bb519939..fff9ae902 100644
--- a/docs/libcurl/opts/CURLOPT_POSTFIELDS.3
+++ b/docs/libcurl/opts/CURLOPT_POSTFIELDS.3
@@ -54,7 +54,7 @@ the POST data from the read callback. If you want to send a zero-byte POST set
libcurl will use assume this option points to a nul-terminated string unless
you also set \fICURLOPT_POSTFIELDSIZE(3)\fP to specify the length of the
-provided data, which then is strictly required if you want to send off zero
+provided data, which then is strictly required if you want to send off nul
bytes included in the data.
Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header,