Class | Rack::Deflater |
In: |
lib/rack/deflater.rb
|
Parent: | Object |
DEFLATE_ARGS | = | [ Zlib::DEFAULT_COMPRESSION, # drop the zlib header which causes both Safari and IE to choke -Zlib::MAX_WBITS, Zlib::DEF_MEM_LEVEL, Zlib::DEFAULT_STRATEGY |