From f8974e3a4c52f9b3853112b23d926384c40d969e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 May 2015 17:58:05 +0530 Subject: [PATCH] ... --- src/calibre/srv/tests/http.py | 1 + 1 file changed, 1 insertion(+) 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() # }}}