Ok, connection seems to be estabilished correctly in both cases. Differences start after GET is received. Attached are pcap files of FF and IE communication. Please take a look, if You see some fundamental differences. Marek
2008/8/19 Ceresoli Luca <[EMAIL PROTECTED]>: > 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 >
httpd_FF.pcap
Description: Binary data
httpd_IE.pcap
Description: Binary data
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
