lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] problem with web page with frames


From: address@hidden
Subject: Re: [lwip-users] problem with web page with frames
Date: Mon, 04 Jul 2011 18:54:40 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

rocco brandi wrote:
according to wireshark, here is what happens:
-handshake (ok)
- GET/ HTTP 1.1 (try to get the index page)
-continuation or non-HTTP traffic (what does it mean?)

That last line means that the HTTP response is not contained in the first packet but spanned accross multiple packets (which is perfectly normal for TCP). You should see the complete page in wireshark when clicking on the last packet of the file transfer.

Simon

reply via email to

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