lwip-users
[Top][All Lists]
Advanced

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

R: [lwip-users] httpd question


From: Ceresoli Luca
Subject: R: [lwip-users] httpd question
Date: Tue, 19 Aug 2008 14:34:46 +0200

Marek Matej wrote:
> My current app is simple http server.
> IE reads the page correctly, but Firefox throw away first few 
> hundred bytes of page, so page looks in browser just like 
> ordinary text since page header is missing.
> The problem is probably in different web browser approach 
> when reading the page.
> But I have no idea, what is that.

Most probably the cause is not in the browser, but in the connection.
A first step may be to sniff the whole TCP dialog for a page request (e.g. 
using Wireshark) and see what is wrong in the packets.
Step two perhaps will be debugging your code on the target.

Luca




reply via email to

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