Question re: HTML served by Micromite


Author Message
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3811
Posted: 08:04am 28 Apr 2017      

Thanks for the suggestions. If I haven't confused myself trying the permutations, "HTTP/1.0 200 OK" with no "Connection Close" made no difference--I still got back "HTTP/1.1" and "Connection: keep-alive", and still the browser didn't indicate that the connection was closed. And I got favicon requests again, perhaps because with HTTP 1.0 requested, the data tag was ignored.

"<!DOCTYPE html>" didn't work with HTTP 1.0 requested (no surprise there). With HTTP 1.1 I could see no difference.

I double-checked, with the assistance of a program, and it appears to me that the <table></table>, <tr></tr>, and <td></td> tags are balanced (remembering that I have tables within <td></td> tags).

I think the next thing to try is to get an accurate Connection-Length.

It works pretty well on Firefox and IE--I'd just like it to work without reloading on Chrome on the PC and especially Chrome and Opera on Android.

Microblocks--with this setup, going through ser2net, how would I close the connection?



Edited by lizby 2017-04-29