lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Slow HTTP put request


From: Sergio R. Caprile
Subject: Re: [lwip-users] Slow HTTP put request
Date: Sat, 24 Mar 2018 14:44:48 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Yeap, the 100-continue issue explains what you see on your local tests.
This "issue" with curl is known, and certainly not its fault.
https://curl.haxx.se/mail/lib-2017-07/0013.html
Try `curl -H "Expect:"` to remove it, or even `curl -0` to fallback to
HTTP1.0; but it won't help in your real life scenario. We don't know if
that is what happens on your customer side.

You should capture the traffic on your customer premises to make sure
this is what's happening. I'm curious to know.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]