Previous 199869 Revisions Next

r24797 Wednesday 7th August, 2013 at 17:39:37 UTC by Miodrag Milanović
fixed mime type (nw)
[src/emu]mame.c

trunk/src/emu/mame.c
r24796r24797
147147     // Send HTTP reply to the client
148148      mg_printf(conn,
149149            "HTTP/1.1 200 OK\r\n"
150            "Content-Type: text/plain\r\n"
150            "Content-Type: application/json\r\n"
151151            "Content-Length: %d\r\n"        // Always set Content-Length
152152            "\r\n"
153153            "%s",

Previous 199869 Revisions Next


© 1997-2024 The MAME Team