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?=
 <fumilemon79@gmail.com>
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
---
 lib/http.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lib')

diff --git a/lib/http.h b/lib/http.h
index 70d5dccec..e6a9a27e4 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -116,7 +116,7 @@ CURLcode Curl_http_auth_act(struct connectdata *conn);
  *
  */
 #ifndef EXPECT_100_THRESHOLD
-#define EXPECT_100_THRESHOLD 1024
+#define EXPECT_100_THRESHOLD (1024*1024)
 #endif
 
 #endif /* CURL_DISABLE_HTTP */
-- 
cgit v1.2.3