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:
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…
x
Reference in New Issue
Block a user