You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irb(main):005:0> EM.run { EM.bind_connect(nil, nil, 'xxxxxx.co', 80); EM.stop }
EventMachine::ConnectionError: unable to resolve server address: Success
from /home/gutov/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:677:in `connect_server'
from /home/gutov/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:677:in `bind_connect'
from (irb):5:in `block in irb_binding'
from /home/gutov/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `call'
from /home/gutov/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `run_machine'
from /home/gutov/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `run'
from (irb):5
from /home/gutov/.rbenv/versions/1.9.3-p547/bin/irb:12:in `<main>'
irb(main):006:0> EventMachine::VERSION
=> "1.2.0.1"
I think it should report the hostname it couldn't resolve instead of "Success". Or maybe the reason it couldn't be resolved?
I think it should report the hostname it couldn't resolve instead of "Success". Or maybe the reason it couldn't be resolved?
Original report: igrigorik/em-http-request#299
The text was updated successfully, but these errors were encountered: