You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Validate using Rack::Lintifconfig.rack_lint_enabled# rack_lint_enabled is set to true by defaultstatus,headers,body=Rack::Lint.new(@app).call(env)elsestatus,headers,body=@app.call(env)end
https://github.com/rack/rack/blob/main/lib/rack/lint.rb
In tests
The text was updated successfully, but these errors were encountered: