Fix the SSL infinite loop I just created.

This commit is contained in:
Seth Hall 2013-08-05 17:29:11 -04:00
parent 595e2f3c8a
commit e52b174594
3 changed files with 6 additions and 1 deletions

View file

@ -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 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) * Change to SSL log delay to cause the log to write even if delay times out. (Seth Hall)

View file

@ -1 +1 @@
2.1-1035 2.1-1036

View file

@ -138,6 +138,7 @@ function log_record(info: Info)
timeout 15secs timeout 15secs
{ {
# We are just going to log the record anyway. # We are just going to log the record anyway.
delete info$delay_tokens;
log_record(info); log_record(info);
} }
} }