Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
8c750aae
Commit
8c750aae
authored
Mar 08, 2003
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/httpp/httpp.c
src/httpp/httpp.c
+1
-0
No files found.
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
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