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
c81a42cb
Commit
c81a42cb
authored
Mar 15, 2006
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
close report
#842
. It's more informative to report the read bytes
svn path=/icecast/trunk/icecast/; revision=11006
parent
8ec568d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/source.c
src/source.c
+4
-0
No files found.
src/source.c
View file @
c81a42cb
...
...
@@ -199,6 +199,10 @@ void source_clear_source (source_t *source)
source
->
parser
=
NULL
;
source
->
con
=
NULL
;
/* log bytes read in access log */
if
(
source
->
client
&&
source
->
format
)
source
->
client
->
con
->
sent_bytes
=
source
->
format
->
read_bytes
;
if
(
source
->
dumpfile
)
{
INFO1
(
"Closing dumpfile for %s"
,
source
->
mount
);
...
...
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