-
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
https://daniel.haxx.se/blog/2020/02/27/expect-tweaks-in-curl/
Starting in curl 7.69.0 (due to ship on March 4, 2020) we catch up a little with the world around us and now libcurl will only automatically set the Expect: header if the amount of data to send in the body is larger than 1 megabyte. Yes, we raise the limit by 1024 times.
Line 342 in 169c1a7
if not length or length > 1024 then |