[xiph-cvs] cvs commit: icecast/src connection.c

Brendan brendan at xiph.org
Fri Jul 4 23:36:16 PDT 2003



brendan     03/07/05 02:36:16

  Modified:    src      connection.c
  Log:
  Write a newline after the m3u entry (patch by Paul Bryan).

Revision  Changes    Path
1.73      +1 -1      icecast/src/connection.c

Index: connection.c
===================================================================
RCS file: /usr/local/cvsroot/icecast/src/connection.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -u -r1.72 -r1.73
--- connection.c	20 Jun 2003 18:50:24 -0000	1.72
+++ connection.c	5 Jul 2003 06:36:16 -0000	1.73
@@ -769,7 +769,7 @@ static void _handle_get_request(connecti
             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

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list