diff --git a/src/calibre/srv/tests/http.py b/src/calibre/srv/tests/http.py index c78631172a..ee9c5e61c6 100644 --- a/src/calibre/srv/tests/http.py +++ b/src/calibre/srv/tests/http.py @@ -273,6 +273,7 @@ class TestHTTP(BaseTest): r = conn.getresponse() self.ae(data, r.read()) + # Now try it without sendfile server.loop.opts.use_sendfile ^= True conn = server.connect() # }}}