low-level tidying / documentation tweaks

This commit is contained in:
Vern Paxson 2021-04-19 14:52:51 -07:00
parent 6454f59369
commit 66fb3e0f56
3 changed files with 6 additions and 5 deletions

View file

@ -111,8 +111,8 @@ export {
## record as it is sent on to the logging framework.
global log_ssl: event(rec: Info);
# Hook that can be used to perform actions right before the log record
# is written.
## Hook that can be used to perform actions right before the log record
## is written.
global ssl_finishing: hook(c: connection);
## SSL finalization hook. Remaining SSL info may get logged when it's called.