diff options
author | Robert Brewer <fumanchu@aminus.org> | 2006-09-16 22:20:42 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2006-09-16 22:20:42 +0000 |
commit | f1119e881f79c7fb2656a74296c65199fb8d1063 (patch) | |
tree | 818dcd8e3f386505959d11f362ac27629d6a867a /cherrypy/lib/encoding.py | |
parent | 427b220a5d404831de27eab190e5b4093f20b881 (diff) | |
download | cherrypy-git-f1119e881f79c7fb2656a74296c65199fb8d1063.tar.gz |
A couple more priorities for tools.
Diffstat (limited to 'cherrypy/lib/encoding.py')
-rw-r--r-- | cherrypy/lib/encoding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/lib/encoding.py b/cherrypy/lib/encoding.py index 8db65996..e47acd61 100644 --- a/cherrypy/lib/encoding.py +++ b/cherrypy/lib/encoding.py @@ -216,4 +216,3 @@ def gzip(compress_level=9, mime_types=['text/html', 'text/plain']): zipit() return cherrypy.HTTPError(406, "identity, gzip").set_response() -gzip.priority = 90 |