output/httpd: don't warn on client disconnect

This warning should only be logged when we really received something.
When the client disconnects, G_IO_IN is triggered, and the read
returns G_IO_STATUS_EOF.
This commit is contained in:
Max Kellermann
2011-08-23 17:51:28 +02:00
parent d3b15f8fda
commit b7f435b50e
2 changed files with 9 additions and 1 deletions

1
NEWS
View File

@@ -10,6 +10,7 @@ ver 0.16.4 (2011/??/??)
- vorbis: don't send end-of-stream on flush
* output:
- alsa: fix SIGFPE when alsa announces a period size of 0
- httpd: don't warn on client disconnect
ver 0.16.3 (2011/06/04)