1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-31 01:14:51 +01:00

Remove accept-ranges in StreamProxy

This commit is contained in:
Joshua Bahnsen 2013-02-22 14:56:24 -07:00
parent 793f5b4464
commit 007112232b

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";