diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/plugins/CurlInputPlugin.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx index 1e1a46108..abb7e312c 100644 --- a/src/input/plugins/CurlInputPlugin.cxx +++ b/src/input/plugins/CurlInputPlugin.cxx @@ -610,6 +610,10 @@ CurlInputStream::ResponseBoundary() /* undo all effects of HeaderReceived() because the previous response was not applicable for this stream */ + if (IsSeekPending()) + /* don't update metadata while seeking */ + return; + seekable = false; size = UNKNOWN_SIZE; ClearMimeType(); |