felix.wolfsteller@betterplace.org (Felix Wolfsteller)
- Login: felix.wolfsteller@betterplace.org
- Registered on: 04/27/2023
- Last sign in: 04/27/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/28/2023
-
10:05 AM Ruby Bug #19621: Resolv::Hosts uses ineffective File.read, making using big hosts file 'impossible'
- The reading does not seem to be the problem, but the hash operations.
-
09:04 AM Ruby Bug #19621 (Closed): Resolv::Hosts uses ineffective File.read, making using big hosts file 'impossible'
- By default on unixoid systems, `Resolv` will read `/etc/hosts` once. Privacy- and security aware people might use the file to prevent unwanted traffic, developers use it to quickly manipulate address resolution.
`Resolv::Hosts` uses [...