diff options
author | Max Kellermann <max@musicpd.org> | 2017-10-24 21:43:39 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-10-24 21:43:39 +0200 |
commit | 1de19b921a0be8f658c24b56befc85597204d9a7 (patch) | |
tree | ba4771ed5aa1f794e330060576d12619e6d569f7 /NEWS | |
parent | ff162b5a03123d5f8e309c8f37fc4ba583d0d63b (diff) |
input/curl: call StartRequest() after setting CURLOPT_RANGE
It's not possible to set CURL options after curl_easy_perform(), and
thus the CURLOPT_RANGE had no effect.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.20.12 (not yet released) +* input + - curl: fix seeking ver 0.20.11 (2017/10/18) * storage |