Gzip Tornado response

This commit is contained in:
Ruud
2013-02-22 22:56:08 +01:00
parent 9cb3bef156
commit 3eed34c710
+2 -1
View File
@@ -245,7 +245,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
(r'.*', FallbackHandler, dict(fallback = web_container)),
],
log_function = lambda x : None,
debug = config['use_reloader']
debug = config['use_reloader'],
gzip = True,
)
if config['ssl_cert'] and config['ssl_key']: