Remove accept-ranges in StreamProxy
This commit is contained in:
parent
793f5b4464
commit
007112232b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue