| 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 |
| r24796 | r24797 | |
|---|---|---|
| 147 | 147 | // Send HTTP reply to the client |
| 148 | 148 | mg_printf(conn, |
| 149 | 149 | "HTTP/1.1 200 OK\r\n" |
| 150 | "Content-Type: | |
| 150 | "Content-Type: application/json\r\n" | |
| 151 | 151 | "Content-Length: %d\r\n" // Always set Content-Length |
| 152 | 152 | "\r\n" |
| 153 | 153 | "%s", |
| Previous | 199869 Revisions | Next |