Skip to content

Commit

Permalink
Fix redbean OnLogLatency documentation (#1270)
Browse files Browse the repository at this point in the history
The handler is called in the child worker process.
  • Loading branch information
jeromew authored Aug 31, 2024
1 parent c9152b6 commit a6fe62c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tool/net/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,10 @@ HOOKS
`true`, redbean will close the connection without calling fork.

OnLogLatency(reqtimeus:int, contimeus:int)
If this function is defined it'll be called from the main process
each time redbean completes handling of a request, but before the
response is sent. The handler received the time (in µs) since the
request handling and connection handling started.
If this function is defined it'll be called from the child worker
process each time redbean completes the handling of a request, but
before the response is sent. The handler receives the time (in µs)
since the request handling and connection handling started.

OnProcessCreate(pid:int, ip:int, port:int, serverip:int, serverport:int)
If this function is defined it'll be called from the main process
Expand Down

0 comments on commit a6fe62c

Please sign in to comment.