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: Simon Goldschmidt
Subject: Re: [lwip-users] Slow HTTP put request
Date: Mon, 26 Mar 2018 12:31:44 +0200

address@hidden wrote:
> I see the following solution:
> - server sends reply to expect/continue and then... well, frankly don't 
> know exactly what happens then and how much overhead this means
> [..]

I see 2 solutions: implement a HTTP 1.1 server that keeps to the
specification (I'll have to do that for the lwIP httpd, too) or implement
a HTTP 1.0 server that keeps to the 1.0 specification (in which case the
client should not depend on the Expect header, I guess).

Simon



reply via email to

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