digininja (Robin x)
- Login: digininja
- Email: ruby@digi.ninja
- Registered on: 11/14/2014
- Last sign in: 11/14/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/14/2014
-
11:52 PM Ruby Bug #10514 (Closed): webrick fails with connection error when checking if socket is closed
- In this version and previous
/usr/local/rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/webrick/httpserver.rb
If the socket is closed early then the sock.eof? fails with a connection reset error
80 raise HTTPStatus::EOFError if ...