• 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
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...