lib/async/io/ssl_socket.rb in async-io-1.14.0 vs lib/async/io/ssl_socket.rb in async-io-1.15.0
- old
+ new
@@ -92,10 +92,10 @@
def initialize(server, context)
@server = server
@context = context
end
- def_delegators :@server, :local_address, :setsockopt, :getsockopt, :close
+ def_delegators :@server, :local_address, :setsockopt, :getsockopt, :close, :close_on_exec=, :reactor=
attr :server
attr :context
def listen(*args)