mirror of
1
Fork 0
forgejo/modules/graceful
wxiaoguang 7a32382108
Avoid unexpected panic in graceful manager (#29629) (#29630)
Backport #29629

(cherry picked from commit 2f1eb619bc19a9b172062ba17789356bbdaa259d)
2024-03-10 18:45:59 +07:00
..
releasereopen
context.go
manager.go
manager_unix.go Avoid unexpected panic in graceful manager (#29629) (#29630) 2024-03-10 18:45:59 +07:00
manager_windows.go Avoid unexpected panic in graceful manager (#29629) (#29630) 2024-03-10 18:45:59 +07:00
net_unix.go Allow the use of alternative net.Listener implementations by downstreams (#25855) 2023-07-24 07:18:17 +00:00
net_windows.go Allow the use of alternative net.Listener implementations by downstreams (#25855) 2023-07-24 07:18:17 +00:00
restart_unix.go
server.go Allow the use of alternative net.Listener implementations by downstreams (#25855) 2023-07-24 07:18:17 +00:00
server_hooks.go
server_http.go