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

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