mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 05:50:56 +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. |
||
---|---|---|
.. | ||
conn.go | ||
grace.go | ||
listener.go | ||
server.go |