mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Change to SSL log delay to cause the log to write even if delay times out.
This commit is contained in:
parent
2f0671aeeb
commit
595e2f3c8a
3 changed files with 7 additions and 3 deletions
|
@ -137,8 +137,8 @@ function log_record(info: Info)
|
|||
}
|
||||
timeout 15secs
|
||||
{
|
||||
Reporter::info(fmt("SSL delay tokens not released in time (%s tokens remaining)",
|
||||
|info$delay_tokens|));
|
||||
# We are just going to log the record anyway.
|
||||
log_record(info);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue