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 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
