uts-server
uts-server copied to clipboard
Corrections to static page handling
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.