mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix the SSL infinite loop I just created.
This commit is contained in:
parent
595e2f3c8a
commit
e52b174594
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.1-1036 | 2013-08-05 17:29:11 -0400
|
||||
|
||||
* Fix the SSL infinite loop I just created. (Seth Hall)
|
||||
|
||||
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
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1-1035
|
||||
2.1-1036
|
||||
|
|
|
@ -138,6 +138,7 @@ function log_record(info: Info)
|
|||
timeout 15secs
|
||||
{
|
||||
# We are just going to log the record anyway.
|
||||
delete info$delay_tokens;
|
||||
log_record(info);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue