1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

Write a newline after the m3u entry (patch by Paul Bryan).

svn path=/trunk/icecast/; revision=5067
This commit is contained in:
brendan 2003-07-05 06:36:16 +00:00
parent a2400995a0
commit 004152cf7a

View File

@ -769,7 +769,7 @@ static void _handle_get_request(connection_t *con,
bytes = sock_write(client->con->sock,
"HTTP/1.0 200 OK\r\n"
"Content-Type: audio/x-mpegurl\r\n\r\n"
"http://%s:%d%s",
"http://%s:%d%s\r\n",
host,
port,
sourceuri