ibenza (Shin'ya Ueoka)
- Login: ibenza
- Email: ibenza@i-beam.org
- Registered on: 05/25/2015
- Last sign in: 05/25/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/25/2015
-
07:01 AM Ruby Bug #11179 (Third Party's Issue): Inconsistent Addrinfo parsing a port number
- In the case of the following code, ip_port returns 34464 because the number 99999 is cast as `short int`.
Is the result expected?
``` ruby
require 'socket'
Addrinfo.tcp('', 99999).ip_port # => 34463
```
Even if the above beh...