Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
8c750aae
Commit
8c750aae
authored
Mar 08, 2003
by
Michael Smith
Browse files
Set another parameter in the icy protocol parse that logging expects
svn path=/trunk/httpp/; revision=4446
parent
e921a67b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/httpp/httpp.c
View file @
8c750aae
...
...
@@ -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"
);
...
...
Write
Preview
Supports
Markdown
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