# File lib/rack/handler/mongrel.rb, line 37 def initialize(app) @app = Rack::Chunked.new(Rack::ContentLength.new(app)) end