Replies: 1 comment
-
The answer, like pretty much everything in open source, is that no one has done the work yet. This project is run by volunteers who contribute in their spare time. If you’d like a fix prioritized, the best way is to open a PR.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a http.rb user for several years. In fact, it's the standard http lib in the company I work for.
To my surprise, I've now noticed that it's not thread safe. While bugs can happen, I'm wondering why such a major issue doesn't seem to have any priority at all? #371 was opened in 2016, #558 was opened in 2019; the warning on the wiki page is from 2022.
For me, this is a show stopper and I have to remove http.rb from all my Rails apps which run in a Puma (i.e. multi threaded) setup.
Does anybody have an explanation why this issue has no momentum?
Beta Was this translation helpful? Give feedback.
All reactions