From a505a7814fe8d9da8dab3eab2eaa6a12fc54804b Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Tue, 5 Jul 2022 16:48:15 -0700 Subject: [PATCH] Management framework: remove outdated comment The agent has a request_expired timeout handler at this point. --- scripts/policy/frameworks/management/agent/main.zeek | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/policy/frameworks/management/agent/main.zeek b/scripts/policy/frameworks/management/agent/main.zeek index 4111828770..20f2714b91 100644 --- a/scripts/policy/frameworks/management/agent/main.zeek +++ b/scripts/policy/frameworks/management/agent/main.zeek @@ -1063,10 +1063,6 @@ event Broker::peer_added(peer: Broker::EndpointInfo, msg: string) Management::Agent::API::version); } -# XXX We may want a request timeout event handler here. It's arguably cleaner to -# send supervisor failure events back to the controller than to rely on its -# controller-agent request timeout to kick in. - event zeek_init() { local epi = Management::Agent::endpoint_info();