• Max Kellermann's avatar
    output/httpd: remove broken DLNA support code · 5f082a27
    Max Kellermann authored
    This code was added in 21851c06 but
    looks completely broken:
    
    - the status code is "206 OK" but "206" would be "Partial Content"
    
    - the "Content-Length" header has a bogus value
    
    - the "Content-RangeX" parameter has different bogus values (why
      "Content-RangeX" anyway and not "Content-Range"?)
    
    Apart from that, there are strange undocumented non-standard headers
    which are probably there to work around bugs/expectations in one
    broken proprietary client product.  But these days, MPD doesn't bend
    over to support broken clients.  So let's kill this code.
    
    Closes #304
    5f082a27
Name
Last commit
Last update
..
HttpdClient.cxx Loading commit data...
HttpdClient.hxx Loading commit data...
HttpdInternal.hxx Loading commit data...
HttpdOutputPlugin.cxx Loading commit data...
HttpdOutputPlugin.hxx Loading commit data...
IcyMetaDataServer.cxx Loading commit data...
IcyMetaDataServer.hxx Loading commit data...
Page.cxx Loading commit data...
Page.hxx Loading commit data...