Mod Snake CVS committal
Author : jick
Project : mod_snake
Module : examples
Dir : mod_snake/examples/filters
Modified Files:
gzip_filter.py
Log Message:
Update to new filter API
===================================================================
RCS file: /cvsroot/modsnake/mod_snake/examples/filters/gzip_filter.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gzip_filter.py 30 Jan 2001 06:41:46 -0000 1.3
+++ gzip_filter.py 11 Apr 2002 20:51:53 -0000 1.4
@@ -127,7 +127,7 @@
module.add_hook('create_dir_config', self.create_dir_config)
module.register_output_filter(FILTERNAME, self.gzip_filter,
- mod_snake.AP_FTYPE_CONTENT)
+ mod_snake.AP_FTYPE_CONTENT_SET)
directives = { "GzipEnable" : (mod_snake.OR_ALL, mod_snake.FLAG,
self.cmd_GzipEnable),
"GzipLevel" : (mod_snake.OR_ALL, mod_snake.TAKE1,
|