General

Profile

nidev (Changbeom Yun)

Issues

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

Activity

01/28/2015

01:36 AM Ruby master Bug #10786: SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
In xmlrpc/server.rb line 585-586,
```ruby
signals = %w[INT TERM HUP] & Signal.list.keys
signals.each { ...
nidev (Changbeom Yun)

01/27/2015

01:27 PM Ruby master Bug #10786 (Rejected): SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
When XMLRPC::Server has started completely, a user presses Ctrl-C to send SIGINT. XMLRPC::Server stops by SIGINT.
...
nidev (Changbeom Yun)

Also available in: Atom