Add host information to timeout error messages in `TCPSocket.new` and `Socket.tcp` by shioimm · Pull Request #15582 · ruby/ruby
This change adds host information to the error messages shown when a timeout occurs while passing timeout options to TCPSocket.new or Socket.tcp, for improved usability. (When the fast_fallback opt...