Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
248a0874
Commit
248a0874
authored
Feb 07, 2003
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grumble. Silly gcc.
svn path=/trunk/icecast/; revision=4331
parent
98a6f4ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/connection.c
src/connection.c
+1
-1
No files found.
src/connection.c
View file @
248a0874
...
...
@@ -320,8 +320,8 @@ int connection_create_source(client_t *client, connection_t *con, http_parser_t
source
=
source_create
(
client
,
con
,
parser
,
mount
,
format
);
}
}
else
{
ERROR0
(
"No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3."
);
format_type_t
format
=
FORMAT_TYPE_MP3
;
ERROR0
(
"No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3."
);
source
=
source_create
(
client
,
con
,
parser
,
mount
,
format
);
}
client
->
respcode
=
200
;
...
...
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