uts-server icon indicating copy to clipboard operation
uts-server copied to clipboard

Corrections to static page handling

Open jpralves opened this issue 3 years ago • 0 comments

The way static page was being sent was not working well (Wrong content-length). I've changed the content of the static page to a const char* and calculated the size on the fly. Some minor changes to the HTML page to be valid HTML (Validated with W3C Validator). Added a notfound_handler for handling favicon.ico requests with 404 responses.

jpralves avatar Sep 22 '21 08:09 jpralves