[openstreetmap/openstreetmap-website] Update to rack 3 (PR #5923)

Tom Hughes notifications at github.com
Tue Apr 15 11:42:16 UTC 2025


tomhughes left a comment (openstreetmap/openstreetmap-website#5923)

I assume you're thinking about https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md#response-headers-must-be-lower-case which is technically about response headers though the same is essentially true for request headers.

I think the reason they don't mention request headers is that the `headers` object rack passes you is always a `Rack::Headers` object which does case insensitive lookups, so the case here shouldn't matter.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5923#issuecomment-2804763064
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5923/c2804763064 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250415/225c00f2/attachment.htm>


More information about the rails-dev mailing list