The Rack Specification was updated to state that headers must only use lower-case letters.
This means that now Rack::Lint complains about the Content-Type header - all headers should be updated to only use lower-case letters so that Rack can safely convert them.