• Max Kellermann's avatar
    input/curl: remove impossible "icy" checks · 70c4b621
    Max Kellermann authored
    The IcyMetaDataParser cannot be initialized already in OnHeaders(),
    because it will be initialized late in that method; and there will not
    be another OnHeaders() call, because streams with Icy metadata are not
    seekable, thus there will not be another HTTP request.
    70c4b621
CurlInputPlugin.cxx 10.9 KB