Change to SSL log delay to cause the log to write even if delay times out.

This commit is contained in:
Seth Hall 2013-08-05 16:44:50 -04:00
parent 2f0671aeeb
commit 595e2f3c8a
3 changed files with 7 additions and 3 deletions

View file

@ -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)

View file

@ -1 +1 @@
2.1-1034
2.1-1035

View file

@ -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);
}
}
}