aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-06 19:01:50 +0100
committerMax Kellermann <max@duempel.org>2013-11-06 19:14:22 +0100
commit01891f88158631ccb72c1294c4d64b4a9db46b9c (patch)
tree0d6cc6b44886a84dd526d4357f28209694f90c85 /NEWS
parentadb68450cef1b9dacc6ecfa27a9971665a50df58 (diff)
downloadmpd-01891f88158631ccb72c1294c4d64b4a9db46b9c.tar.gz
mpd-01891f88158631ccb72c1294c4d64b4a9db46b9c.tar.xz
mpd-01891f88158631ccb72c1294c4d64b4a9db46b9c.zip
input/curl: fix bug with redirected streams
Migrate from the old curl_multi_perform() API to the newer curl_multi_socket_action() API (since CURL 7.16). This allows working around a bug with HTTP redirections with epoll: when CURL closes a socket and the new one happens to have the same file number, MPD did not have a chance to remove the old one from epoll and subsequently attempted to use EPOLL_CTL_MOD, which was not allowed by epoll, because it's a new socket now.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9641e2ad8..95c340bbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.18.2 (2013/??/??)
+* input:
+ - curl: fix bug with redirected streams
* playlist:
- pls: fix reversed song order
* decoder: