Skip to content

Use lower-case header names to pacify Rack::Lint#7

Open
vadz wants to merge 1 commit intobjoernalbers:masterfrom
vadz:rack3
Open

Use lower-case header names to pacify Rack::Lint#7
vadz wants to merge 1 commit intobjoernalbers:masterfrom
vadz:rack3

Conversation

@vadz
Copy link

@vadz vadz commented Sep 18, 2024

Using "Content-Type" header results in a Rack::Lint::LintError complaining about "uppercase character in header name: Content-Type" with rack 3, see

https://github.com/rack/rack/blob/744f92d099653f873ced3380e425a6f82f0c6c6c/UPGRADE-GUIDE.md?plain=1#L16

Using "Content-Type" header results in a Rack::Lint::LintError
complaining about "uppercase character in header name: Content-Type"
with rack 3, see

https://github.com/rack/rack/blob/744f92d099653f873ced3380e425a6f82f0c6c6c/UPGRADE-GUIDE.md?plain=1#L16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant