This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/graceful
zeripath 0e799c26ba
Prevent panic during wrappedConn close at hammertime (#11219)
* Prevent panic during wrappedConn close at hammertime

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Update modules/graceful/server.go

* Fix extraneous debug in goldmark.go

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-04-26 21:01:06 -03:00
..
context.go
manager.go
manager_unix.go Restore graceful restart on SIGHUP (#10224) 2020-02-11 13:29:45 +08:00
manager_windows.go [UI] Show pull icon on pull (#10061) 2020-01-29 18:54:34 +00:00
net_unix.go
net_windows.go Fix missed change to GetManager() (#9361) 2019-12-15 13:15:17 +00:00
restart_unix.go
server.go Prevent panic during wrappedConn close at hammertime (#11219) 2020-04-26 21:01:06 -03:00
server_hooks.go
server_http.go