chokkoy (Naoyuki Yamada)
- Login: chokkoy
- Registered on: 04/08/2025
- Last sign in: 04/30/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/08/2025
-
06:00 AM Ruby Bug #21104: Net::HTTP connections failing in Ruby >= 3.4.0 on macOS with Happy Eyeballs enabled
>For those experiencing this problem, can you successfully run the following script?
```
➜ ruby-sandbox ruby -v
ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [arm64-darwin24]
➜ ruby-sandbox cat socket_test.rb
require "soc...