General

Profile

arturmoczulski (Artur Moczulski)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/04/2019

10:02 PM Ruby Bug #15636 (Rejected): ::Socket#to_a hangs Ruby interpreter
`ruby -v`: `ruby 2.6.1p33 (2019-01-30 revision 66950) [x86_64-linux]`
## Reproducible script
``` ruby
require 'socket'
s = Socket.new(:INET, :STREAM)
s.connect Socket.pack_sockaddr_in(80, 'example.com')
s.to_a
```
## Result
...
arturmoczulski (Artur Moczulski)

Also available in: Atom