• Max Kellermann's avatar
    input_curl: don't fail when seek to EOF is requested · a8f69429
    Max Kellermann authored
    HTTP servers respond with "416 Requested Range Not Satisfiable" when a
    client attempts to seek to the end of the file.  Catch this special
    case in input_curl_seek().  This fixes a glitch in the ogg vorbis
    decoder plugin.
    a8f69429
input_curl.c 14.1 KB