- Tue Dec 09, 2014 10:08 am
#4377
More issues... Anybody got any ideas what is causing this?
I can reliably serve a html file (no embedded lua code) over a local network @ 192.168.1.x.
I configured my router to port forwarding to the esp. Now, When I try to access the same page over the web from my mobile network, the browser hangs - it displays nothing.
If I reduce the textual content in the html file from approx 2700 characters to about 1700 chars, it works every time.
There is nothing fancy in this test html file just basic headers, paragraphs and a table. It really appears to be a html file size thing when over the web.
I put debug prints in the web server code and I confirmed that both with local and remote connection I am getting to the end of the conn receive having transmitted all html file text but under remote connection I don't get to the conn sent for some reason.
Baffling...