mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a02a437b1c
commit
f8974e3a4c
@ -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()
|
||||
# }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user