1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix: Send Content-Disposition:-header correctly, closes #1953

This commit is contained in:
Philipp Schafft 2014-12-14 11:01:39 +00:00
parent 2cb5d1a3e0
commit d67f0f5d91

View File

@ -761,7 +761,7 @@ static void command_buildm3u(client_t *client, const char *mount)
config = config_get_config();
snprintf(client->refbuf->data + ret, PER_CLIENT_REFBUF_SIZE - ret,
"Content-Disposition = attachment; filename=listen.m3u\r\n\r\n"
"Content-Disposition: attachment; filename=listen.m3u\r\n\r\n"
"http://%s:%s@%s:%d%s\r\n",
username,
password,