Hi, In Connection::open, on line ``` adapter = options.delete(:adapter) || :net_http ``` you are removing the :adapter setting As I understand the code, it could be buggy in some context and clients will fall back to the default net http adapter Toma
Hi,
In Connection::open, on line
you are removing the :adapter setting
As I understand the code, it could be buggy in some context and clients will fall back to the default net http adapter
Toma