mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58: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
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.1-1035 | 2013-08-05 16:44:50 -0400
|
||||
|
||||
* Change to SSL log delay to cause the log to write even if delay times out. (Seth Hall)
|
||||
|
||||
2.1-1034 | 2013-08-03 20:27:43 -0700
|
||||
|
||||
* A set of DHCP extensions. (Vlad Grigorescu)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1-1034
|
||||
2.1-1035
|
||||
|
|
|
@ -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