mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
content was wrong due to limiter being 0
svn path=/icecast/trunk/icecast/; revision=9876
This commit is contained in:
parent
0c6ba0c798
commit
05e9562ae4
@ -685,7 +685,7 @@ static void command_buildm3u(client_t *client, source_t *source,
|
||||
|
||||
client->respcode = 200;
|
||||
config = config_get_config();
|
||||
snprintf (client->refbuf->data, client->refbuf->len,
|
||||
snprintf (client->refbuf->data, PER_CLIENT_REFBUF_SIZE,
|
||||
"HTTP/1.0 200 OK\r\n"
|
||||
"Content-Type: audio/x-mpegurl\r\n"
|
||||
"Content-Disposition = attachment; filename=listen.m3u\r\n\r\n"
|
||||
|
Loading…
Reference in New Issue
Block a user