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