Webserver-nano: Add page load times, remove workaround code for bug in arm strformat.c, correct the double count of leading zeros there.
This commit is contained in:
parent
cb12d7b745
commit
38267bfd5a
4 changed files with 71 additions and 36 deletions
|
@ -432,6 +432,9 @@ PT_THREAD(handle_input(struct httpd_state *s))
|
|||
#if WEBSERVER_CONF_LOG
|
||||
webserver_log_file(&uip_conn->ripaddr, s->filename);
|
||||
// webserver_log(httpd_query);
|
||||
#endif
|
||||
#if WEBSERVER_CONF_LOADTIME
|
||||
s->pagetime = clock_time();
|
||||
#endif
|
||||
s->state = STATE_OUTPUT;
|
||||
while(1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue