[Rabbit-proxy-development] compress config
Brought to you by:
ernimril
From: <rr...@le...> - 2006-01-29 12:27:37
|
Rabbit works really well for me. Just a minor bug report. The config file line compress=false does not work. The work-around is to comment out the individual streams such as: #text/plain=rabbit.handler.GZIPHandler Looking in the GZIPHandler code, it seems that the Setup method gets called first, to get the 'compress' property, then when the instance starts, (line 18) it is overridden: compress is initialized to the default of true. Maybe I will do a patch when I figure out how the factory works. cheers -- Rick -- Rick Leir 613-828-8289 -> rick http://www.leirtech.com/rick/ AT leirtech DOT com |