mirror of https://gitlab.com/bashrc2/epicyon
accept-ranges for images
parent
d741e68dc0
commit
3ecd534568
|
@ -1080,6 +1080,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
# self.send_header('ETag', '"' + etag + '"')
|
# self.send_header('ETag', '"' + etag + '"')
|
||||||
if last_modified:
|
if last_modified:
|
||||||
self.send_header('last-modified', last_modified)
|
self.send_header('last-modified', last_modified)
|
||||||
|
self.send_header('accept-ranges', 'bytes')
|
||||||
self.end_headers()
|
self.end_headers()
|
||||||
|
|
||||||
def _etag_exists(self, media_filename: str) -> bool:
|
def _etag_exists(self, media_filename: str) -> bool:
|
||||||
|
|
Loading…
Reference in New Issue