Hi Marek, > The problem was, that firefox is checking html content more strictly and > requires a proper html header. I thing that header must be divided from > html body by TWO new-lines, or something like this (if anybody knows > this, please correct me). So maybe, preparing w3c validated html page > could solve your problem.
Unfortunately that is not my case: the following short example is the page used for testing, and it's already validated by W3C Validator. (For testing, I did cut down a larger file to the minimal parts showing the flaw) The problem seems always related to Firefox opening up to 4 concurrent connections to remote server, while IE does it sequentially. Sometimes the concurrent transfers go well, some others they don't, and I miss incoming parts, like the first data packet to my lwIP server. --------------------------------------------------------------------------- file: m5.html --------------------------------------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <meta http-equiv="Content-type" content="text/html;charset=ISO-8859-1"> <TITLE>Home Page: minimal</TITLE> <LINK type="text/css" rel="stylesheet" href="css/main.css"> </HEAD> <BODY> <DIV> <IMG ALT="MAINLOGO" SRC="images/mainlogo.png"> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" WIDTH="80%"> <TR> <TD></TD> </TR> </TABLE> </DIV> </BODY> </HTML> --------------------------------------------------------------------------- Lou ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop! Check it out at http://www.inbox.com/earth _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
