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/c2804763...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to