class Falcon::Controller::Serve

def stop(*)

def stop(*)
	@bound_endpoint&.close
	
	@debug_trap.default!
	
	super
end