Bug#728982: mpd: protocol: commands should block

2013-11-07 Thread Adrian C.
On Thu, 7 Nov 2013, Adam Lee wrote: > Package: mpd > Version: 0.18-1 > Severity: important > > After upgrading to 0.18, I found mpd commands don't block, it should > be. > > Take vicious's mpd widget as an example, it executes command like > this: echo -e 'status\ncurrentsong\nclose' |curl >

Bug#728982: mpd: protocol: commands should block

2013-11-07 Thread Adam Lee
Package: mpd Version: 0.18-1 Severity: important Hi, After upgrading to 0.18, I found mpd commands don't block, it should be. Take vicious's mpd widget as an example, it executes command like this: echo -e 'status\ncurrentsong\nclose' |curl telnet://127.0.0.1:6600 Those three commands, "status"