diff --git a/src/calibre/srv/http_response.py b/src/calibre/srv/http_response.py index aab51e0304..76e2a88b7b 100644 --- a/src/calibre/srv/http_response.py +++ b/src/calibre/srv/http_response.py @@ -310,6 +310,8 @@ class StaticOutput(object): class HTTPConnection(HTTPRequest): + use_sendfile = False + def write(self, buf, end=None): pos = buf.tell() if end is None: