• 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
..
plugins Loading commit data...
AsyncInputStream.cxx Loading commit data...
AsyncInputStream.hxx Loading commit data...
Domain.cxx Loading commit data...
Domain.hxx Loading commit data...
IcyInputStream.cxx Loading commit data...
IcyInputStream.hxx Loading commit data...
Init.cxx Loading commit data...
Init.hxx Loading commit data...
InputPlugin.hxx Loading commit data...
InputStream.cxx Loading commit data...
InputStream.hxx Loading commit data...
LocalOpen.cxx Loading commit data...
LocalOpen.hxx Loading commit data...
Offset.hxx Loading commit data...
Open.cxx Loading commit data...
ProxyInputStream.cxx Loading commit data...
ProxyInputStream.hxx Loading commit data...
Registry.cxx Loading commit data...
Registry.hxx Loading commit data...
TextInputStream.cxx Loading commit data...
TextInputStream.hxx Loading commit data...
ThreadInputStream.cxx Loading commit data...
ThreadInputStream.hxx Loading commit data...