mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
90a3f2d4b7
There is a fundamental design problem of the "manager" and the "wait group". If nothing has started, the "Wait" just panics: sync: WaitGroup is reused before previous Wait has returned There is no clear solution besides a complete rewriting of the "manager" If there are some mistakes in the app.ini, end users would just see the "panic", but not the real error messages. A real case: #27643 This PR is just a quick fix for the annoying panic problem. |
||
---|---|---|
.. | ||
releasereopen | ||
context.go | ||
manager_common.go | ||
manager_unix.go | ||
manager_windows.go | ||
manager.go | ||
net_unix.go | ||
net_windows.go | ||
restart_unix.go | ||
server_hooks.go | ||
server_http.go | ||
server.go |