mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
corrected mime type of plain text mount point list, thanks to cato
svn path=/icecast/trunk/icecast/; revision=18807
This commit is contained in:
parent
6e7c65bc10
commit
aec4326149
@ -1031,7 +1031,7 @@ static void command_list_mounts(client_t *client, int response)
|
||||
{
|
||||
util_http_build_header(client->refbuf->data, PER_CLIENT_REFBUF_SIZE, 0,
|
||||
0, 200, NULL,
|
||||
"text/html", NULL,
|
||||
"text/plain", NULL,
|
||||
"");
|
||||
client->refbuf->len = strlen (client->refbuf->data);
|
||||
client->respcode = 200;
|
||||
|
Loading…
Reference in New Issue
Block a user