mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
This change fixes a bug in which specifying 0 for timeout-related options (such as the `timeout` option of `Addrinfo.getaddrinfo`) incorrectly results in an infinite wait. (This change overwrites https://github.com/ruby/ruby/pull/15626 .)