about summary refs log tree commit homepage
path: root/lib/yahns/socket_helper.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-10-20 10:58:33 +0000
committerEric Wong <e@80x24.org>2013-10-21 04:09:11 +0000
commitc9191120c9bc5125d00f9cc63daed487ef2f1e19 (patch)
tree1d2498492efdf23b0f7a04c86b098d72873547e7 /lib/yahns/socket_helper.rb
parent3fbf2f7c4bdaebeaa6579b97a0b7e087a08d347f (diff)
downloadyahns-c9191120c9bc5125d00f9cc63daed487ef2f1e19.tar.gz
This needs to be fixed on Rubinius.
Diffstat (limited to 'lib/yahns/socket_helper.rb')
-rw-r--r--lib/yahns/socket_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yahns/socket_helper.rb b/lib/yahns/socket_helper.rb
index 62a6da2..97d3c94 100644
--- a/lib/yahns/socket_helper.rb
+++ b/lib/yahns/socket_helper.rb
@@ -26,6 +26,7 @@ module Yahns::SocketHelper # :nodoc:
     rcvbuf = sock.getsockopt(:SOL_SOCKET, :SO_RCVBUF).int
     sndbuf = sock.getsockopt(:SOL_SOCKET, :SO_SNDBUF).int
     @logger.info("#{pfx}#{sock_name(sock)} rcvbuf=#{rcvbuf} sndbuf=#{sndbuf}")
+  rescue # TODO: get this fixed in rbx
   end
 
   # creates a new server, socket. address may be a HOST:PORT or