class Falcon::Rackup::Handler

def close

def close
	@notification&.close
	@notification = nil
	
	@waiter&.stop
	@waiter = nil
end