[xiph-cvs] cvs commit: httpp httpp.c

Michael Smith msmith at xiph.org
Fri Mar 7 21:27:17 PST 2003



msmith      03/03/08 00:27:17

  Modified:    .        httpp.c
  Log:
  Set another parameter in the icy protocol parse that logging expects

Revision  Changes    Path
1.15      +1 -0      httpp/httpp.c

Index: httpp.c
===================================================================
RCS file: /usr/local/cvsroot/httpp/httpp.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- httpp.c	8 Mar 2003 04:57:02 -0000	1.14
+++ httpp.c	8 Mar 2003 05:27:17 -0000	1.15
@@ -296,6 +296,7 @@
     httpp_setvar(parser, HTTPP_VAR_URI, "/");
     httpp_setvar(parser, HTTPP_VAR_ICYPASSWORD, line[0]);
     httpp_setvar(parser, HTTPP_VAR_PROTOCOL, "ICY");
+    httpp_setvar(parser, HTTPP_VAR_REQ_TYPE, "SOURCE");
     /* This protocol is evil */
     httpp_setvar(parser, HTTPP_VAR_VERSION, "666");
 

<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