dotconfig404 (Friedrich Raschwitz)
- Login: dotconfig404
- Registered on: 10/20/2025
- Last sign in: 03/18/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
Today
-
12:59 PM Ruby Feature #20215: Introduce `IO#readable?`
- Id like to second this idea. The incorrect usage of eof? in the net-http lib has caused many debugging hours. Right now there is a long-standing bug in net-http that was very tricky to find due to the ambiguous nature of eof?. Some detai...
10/20/2025
-
03:14 PM Ruby Bug #19017: Net::HTTP may block when attempting to reuse a persistent connection
- Hi, I am not sure we should solve this in IO, the error lies more in calling eof? in the first place I would say as eof? is meant to be blocking - and currently I only see solutions that involve non-blocking calls.
The solution propos...