Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
004152cf
Commit
004152cf
authored
Jul 05, 2003
by
brendan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Write a newline after the m3u entry (patch by Paul Bryan).
svn path=/trunk/icecast/; revision=5067
parent
a2400995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/connection.c
src/connection.c
+1
-1
No files found.
src/connection.c
View file @
004152cf
...
...
@@ -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
...
...
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