resilient_socket 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -558,7 +558,7 @@ module ResilientSocket
|
|
558
558
|
rescue Errno::EISCONN
|
559
559
|
end
|
560
560
|
else
|
561
|
-
raise(ConnectionTimeout.new("Timedout after #{@connect_timeout} seconds trying to connect to #{server}"))
|
561
|
+
raise(ConnectionTimeout.new("Timedout after #{@connect_timeout} seconds trying to connect to #{server}"))
|
562
562
|
end
|
563
563
|
break
|
564
564
|
rescue SystemCallError => exception
|