diff options
author | Max Kellermann <max@duempel.org> | 2011-08-23 17:51:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-23 18:02:56 +0200 |
commit | b7f435b50e591ca2c485e13c06c426b64ecd4090 (patch) | |
tree | c93e7fa3191dc0f32c8b919dbf57b80d42c8e5bc /NEWS | |
parent | d3b15f8fda6ae8baa5e02badbb36b424862aee61 (diff) | |
download | mpd-b7f435b50e591ca2c485e13c06c426b64ecd4090.tar.gz mpd-b7f435b50e591ca2c485e13c06c426b64ecd4090.tar.xz mpd-b7f435b50e591ca2c485e13c06c426b64ecd4090.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |