stomar opened this issue 9 years ago · 1 comments
HEAD requests are nice for testing (curl -I ...).
curl -I ...
With default RACK_ENV "development" this currently causes a Rack::Lint::LintError, since the body is included in the response.
Fixed with 4610983.