Disallows new connections.
43 44 45 46 47
# File 'lib/tcp_proxy.rb', line 43 def block @accept_new = false @ins.close @ins = nil end