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