MG_SOCK_STRINGIFY_IP | MG_SOCK_STRINGIFY_PORT); printf("HTTP request from %s: %.*s %.*s\n", addr, (int) hm->method.len, hm->method.p, (int) hm->uri.len, hm->uri.p); mg_printf(nc, reply_fmt, addr); nc->flags |= MG_F_SEND_AND_CLOSE; break; } case MG_EV_CLOSE:...