diff --git a/ffserver.c b/ffserver.c index 5c0780573a..889dbd4aa1 100644 --- a/ffserver.c +++ b/ffserver.c @@ -818,6 +818,7 @@ static void http_send_too_busy_reply(int fd) "HTTP/1.0 503 Server too busy\r\n" "Content-type: text/html\r\n" "\r\n" + "\n" "
The server is too busy to serve your request at " "this time.
\r\n" @@ -1527,6 +1528,7 @@ static int http_parse_request(HTTPContext *c) "Location: %s\r\n" "Content-type: text/html\r\n" "\r\n" + "\n" "The server is too busy to serve your request at " "this time.
\r\n" @@ -1931,6 +1934,7 @@ static void compute_status(HTTPContext *c) avio_printf(pb, "Pragma: no-cache\r\n"); avio_printf(pb, "\r\n"); + avio_printf(pb, "\n"); avio_printf(pb, "