lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20506] HTTP server doesn't call tcp_output


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #20506] HTTP server doesn't call tcp_output
Date: Thu, 19 Jul 2007 20:19:23 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5

Follow-up Comment #24, bug #20506 (project lwip):

Another limitation of the example webserver is that it lacks sending the
'Content-Length'. We should include that (actually, it must be included when
generating the 'file system')!

If not, short files (< mss) have a delay also, since the client (browser)
doesn't know when the file has finished and the fin (from lwIP) is only sent
after an ACK from the client (and thus with the same delay of about 200ms).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20506>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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