about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-24 22:04:06 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-26 02:26:22 -0700
commitbb9939c2397b76628e862c93799fdc57909504f4 (patch)
tree9175f1e1ee14725fe72cfbd7ffe03d308bac9141
parent06c7e20d0dca426772f9d6201a01b443162ae92c (diff)
downloadrainbows-bb9939c2397b76628e862c93799fdc57909504f4.tar.gz
Odd that Ruby didn't barf on this until now...
-rw-r--r--lib/rainbows/rev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/rev.rb b/lib/rainbows/rev.rb
index 257c686..d27538c 100644
--- a/lib/rainbows/rev.rb
+++ b/lib/rainbows/rev.rb
@@ -172,7 +172,7 @@ module Rainbows
         return if G.cur >= G.max
         begin
           Client.new(@_io.accept_nonblock).attach(::Rev::Loop.default)
-        rescue Errno::EAGAIN, Errno::ECONNBORTED
+        rescue Errno::EAGAIN, Errno::ECONNABORTED
         end
       end