Hey, First of all, thanks for this awesome project.
I have a weird issue that I'm having trouble debugging. I've created a sample bare bones rails app where there issue is reproducible https://github.com/subashkc/sidekiq_webui_issue. After running the rails app, and load up the sidekiq web UI, if I click on any tabs e.g. busy/queues then the request is served right away with a 200 but it seems there is a 2nd request (can't tell where from) which eventually times out and kills the unicorn worker. I originally opened the issue with sidekiq repo but Mike (sidekiq owner) wasn't able to find anything wrong with sidekiq code and he suggested it seemed unicorn was double reading the request and the 2nd one dies after 60s timeout. Warm Regards Sent with Proton Mail secure email.
