diff --git a/modules/http/file-handlers/text.py b/modules/http/file-handlers/text.py index 1e6ab47..a183f81 100644 --- a/modules/http/file-handlers/text.py +++ b/modules/http/file-handlers/text.py @@ -15,7 +15,7 @@ def handleText(env): env["self"].connection,"200 OK", { "Content-Type": mimetypesText[env["fileExt"]]+ "; charset=UTF-8", - "Accept-Ranges": "bytes" + "Accept-Ranges": "none", "Date": env["requestTimeFormatted"], "Last-Modified": lastModified },data