Rocco,

 

What does Wireshark show? Are the pages being returned at all?

 

I'm assuming you've tested the basic page construct directly loading the
html file locally and all works, so the problem is not the html itself?

 

If the problem does turn out to be the lwIP web server, usually these
types of problems are caused by resource depletion (pbufs, tcp pcbs,
etc.). Make sure you've allocated enough. Enabling stats and checking
the usage levels of the lwip memory pools, etc. will likely help you
find the cause.

 

Good luck,

 

- Jim

 

From: lwip-users-bounces+jim.pettinato=fmcti....@nongnu.org
[mailto:lwip-users-bounces+jim.pettinato=fmcti....@nongnu.org] On Behalf
Of rocco brandi
Sent: Friday, July 08, 2011 1:48 AM
To: lwip-users@nongnu.org
Subject: [lwip-users] page complexity

 

hi everybody!

I have this problem: if I have to display a simple web page (like the
lwip sample) everything works fine, but if I have a page more
"complicated" (a table, a form with more than two input...)  I don't see
nothing


any suggestions?

Thanks,
Rocco

 

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to