about summary refs log tree commit homepage
path: root/lib/yahns/acceptor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yahns/acceptor.rb')
-rw-r--r--lib/yahns/acceptor.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/yahns/acceptor.rb b/lib/yahns/acceptor.rb
index 888e4b6..1e2aa86 100644
--- a/lib/yahns/acceptor.rb
+++ b/lib/yahns/acceptor.rb
@@ -4,7 +4,6 @@ module Yahns::Acceptor # :nodoc:
   def spawn_acceptor(logger, client_class, queue)
     Thread.new do
       accept_flags = Kgio::SOCK_NONBLOCK | Kgio::SOCK_CLOEXEC
-      Thread.current.abort_on_exception = true
       qev_flags = client_class.superclass::QEV_FLAGS
       begin
         # We want the accept/accept4 syscall to be _blocking_