diff options
author | Max Kellermann <max@duempel.org> | 2011-08-26 19:28:09 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-26 19:28:09 +0200 |
commit | 11626e48bfb1dbf265e7eba3777c77d5ab6bd72b (patch) | |
tree | 13d5667e3fc4c7079f37d1ddbb63615fe4317c5a /NEWS | |
parent | b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e (diff) | |
download | mpd-11626e48bfb1dbf265e7eba3777c77d5ab6bd72b.tar.gz mpd-11626e48bfb1dbf265e7eba3777c77d5ab6bd72b.tar.xz mpd-11626e48bfb1dbf265e7eba3777c77d5ab6bd72b.zip |
input/curl: implement a hard-coded timeout of 10 seconds
Be sure to stop the operation at some point when the server isn't
responding.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.16.4 (2011/??/??) * apply follow_inside_symlinks to absolute symlinks * input: - curl: limit the receive buffer size + - curl: implement a hard-coded timeout of 10 seconds * decoder: - ffmpeg: workaround for semantic API change in recent ffmpeg versions - flac: validate the sample rate when scanning the tag |