• Max Kellermann's avatar
    input/async: reset the "open" flag after seeking successfully · 37e90108
    Max Kellermann authored
    Fixes a problem with the "curl" input plugin: IsEOF() always returns
    true because the "open" flag was cleared by
    CurlInputStream::RequestDone() when end-of-stream was reached.  This
    flag stays false even when seeking to another position has succeeded.
    
    This patch resets the "open" flag to true after seeking successfully.
    37e90108
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...