# File lib/rack/lint.rb, line 9
    def initialize(app)
      @app = app
      @content_length = nil
    end