Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
d67f0f5d
Commit
d67f0f5d
authored
Dec 14, 2014
by
Philipp Schafft
🦁
Browse files
Fix: Send Content-Disposition:-header correctly, closes
#1953
parent
2cb5d1a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/admin.c
View file @
d67f0f5d
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment