mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Set another parameter in the icy protocol parse that logging expects
svn path=/trunk/httpp/; revision=4446
This commit is contained in:
parent
e921a67bd1
commit
8c750aaee4
@ -296,6 +296,7 @@ int httpp_parse_icy(http_parser_t *parser, char *http_data, unsigned long len)
|
||||
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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user