Skip to content

Commit

Permalink
Update code comment mentioning after_fork
Browse files Browse the repository at this point in the history
after_fork was split in two in 596a458
  • Loading branch information
bquorning committed Jan 29, 2025
1 parent 28e3a73 commit 38a4a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pitchfork/http_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ def nuke_listeners!(readers)

# gets rid of stuff the worker has no business keeping track of
# to free some resources and drops all sig handlers.
# traps for USR2, and HUP may be set in the after_fork Proc
# traps for USR2, and HUP may be set in the after_worker_fork/after_mold_fork Procs
# by the user.
def init_worker_process(worker)
proc_name role: "(gen:#{worker.generation}) worker[#{worker.nr}]", status: "init"
Expand Down

0 comments on commit 38a4a5e

Please # to comment.