puma / puma

A Ruby/Rack web server built for parallelism

Home Page:https://puma.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does Puma support Array headers?

dentarg opened this issue · comments

I've added this puma-head-rack-v3 to my conformance tests:

https://github.com/socketry/rack-conform/runs/8246190238?check_suite_focus=true

It failed because you may not be supporting Array headers. Can you check?

Originally posted by @ioquatix in #2927 (comment)

Thanks, I've confirmed with this change you are passing the conformance test suite. However, I will be writing additional tests over the next few days which I believe Puma will fail, so I'll touch base once I have done them so we can figure out the right fix.