From 7ff9222ced8c1630bef87d7d744c286874e659ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E8=97=A4=E9=83=81=E4=B9=8B?= Date: Tue, 14 Jan 2020 23:34:56 +0900 Subject: HTTP: increase EXPECT_100_THRESHOLD to 1Mb Mentioned: https://curl.haxx.se/mail/lib-2020-01/0050.html Closes #4814 --- docs/libcurl/opts/CURLOPT_POSTFIELDS.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 b/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 index 857e1d987..900d5388b 100644 --- a/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 +++ b/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 @@ -54,8 +54,8 @@ the POST data from the read callback. If you want to send a zero-byte POST set Using POST with HTTP 1.1 implies the use of a "Expect: 100-continue" header, and libcurl will add that header automatically if the POST is either known to -be larger than 1024 bytes or if the expected size is unknown. You can disable -this header with \fICURLOPT_HTTPHEADER(3)\fP as usual. +be larger than 1MB or if the expected size is unknown. You can disable this +header with \fICURLOPT_HTTPHEADER(3)\fP as usual. To make multipart/formdata posts (aka RFC2388-posts), check out the \fICURLOPT_HTTPPOST(3)\fP option combined with \fIcurl_formadd(3)\fP. -- cgit v1.2.3