This commit is contained in:
Michel Promonet 2017-06-25 16:58:52 +02:00
commit 63a3c5770a

View File

@ -31,6 +31,7 @@ void HTTPServer::HTTPClientConnection::sendHeader(const char* contentType, unsig
"HTTP/1.1 200 OK\r\n"
"%s"
"Server: LIVE555 Streaming Media v%s\r\n"
"Access-Control-Allow-Origin: *\r\n"
"Content-Type: %s\r\n"
"Content-Length: %d\r\n"
"\r\n",