mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Management framework: remove outdated comment
The agent has a request_expired timeout handler at this point.
This commit is contained in:
parent
f3313df743
commit
a505a7814f
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue