Skip to content

Bump 100-expect length limit #193

Open
@daurnimator

Description

@daurnimator

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.

if not length or length > 1024 then

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions