0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-05 14:10:29 -05:00
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 Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
manager.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
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 Fix regression: access log template, gitea manager cli command (#24838) 2023-05-22 09:38:38 +08:00
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