Remove accept-ranges in StreamProxy

This commit is contained in:
Joshua Bahnsen 2013-02-22 14:56:24 -07:00
parent 793f5b4464
commit 007112232b
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ public class StreamProxy implements Runnable {
headers += "Content-Length: " + fileSize + "\r\n";
}
headers += "Accept-Ranges: bytes\r\n";
headers += "Content-Type: " + "application/octet-stream" + "\r\n";
headers += "Connection: close\r\n";
headers += "\r\n";