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
The rack example does not work due to it causes Rack::Lint::LintError: uppercase character in header name: Content-Type.
The reason is the breaking change for HTTP/2 at Rack 3.0.0.
Response header keys can no longer include uppercase characters.
Overview
The rack example does not work due to it causes
Rack::Lint::LintError: uppercase character in header name: Content-Type
.The reason is the breaking change for HTTP/2 at Rack 3.0.0.
References
Environment
Here is my environment.
Gemfile.lock
The error details
After
curl http://localhost:5000
The text was updated successfully, but these errors were encountered: