mirror of
https://github.com/astaxie/beego.git
synced 2025-01-22 13:07:12 +00:00
1dd50fb65f
With beego.BConfig.Listen.Graceful enabled, when received SIGHUP, we'll fork a child process. But the parent process still have jobs to finish, So we can't kill the parent process directly.