class Rack::Lint

def initialize(app)

def initialize(app)
  @app = app
  @content_length = nil
end