summaryrefslogtreecommitdiff
path: root/cherrypy/lib/encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/lib/encoding.py')
-rw-r--r--cherrypy/lib/encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/encoding.py b/cherrypy/lib/encoding.py
index 2a6a8846..8db65996 100644
--- a/cherrypy/lib/encoding.py
+++ b/cherrypy/lib/encoding.py
@@ -216,4 +216,4 @@ def gzip(compress_level=9, mime_types=['text/html', 'text/plain']):
zipit()
return
cherrypy.HTTPError(406, "identity, gzip").set_response()
-
+gzip.priority = 90