Merge branch 'master' of github.com:antirez/dump1090

This commit is contained in:
antirez
2020-01-29 11:19:36 +01:00
3 changed files with 8 additions and 7 deletions

View File

@ -2268,6 +2268,7 @@ int handleHTTPRequest(struct client *c) {
"Content-Type: %s\r\n"
"Connection: %s\r\n"
"Content-Length: %d\r\n"
"Access-Control-Allow-Origin: *\r\n"
"\r\n",
ctype,
keepalive ? "keep-alive" : "close",