# File lib/rack/deflater.rb, line 74
      def initialize(body, mtime)
        @body = body
        @mtime = mtime
        @closed = false
      end