forgejo/modules/graceful
zeripath e3f22ad2cc Graceful: Allow graceful restart for unix sockets (#9113)
Previously we could not handle graceful restarts for http over unix
sockets. These can now be handled.
2019-11-24 03:11:24 +01:00
..
manager.go
manager_unix.go
manager_windows.go Run make fmt on master (#9129) 2019-11-22 21:00:01 +00:00
net_unix.go Graceful: Allow graceful restart for unix sockets (#9113) 2019-11-24 03:11:24 +01:00
net_windows.go
restart_unix.go Graceful: Allow graceful restart for unix sockets (#9113) 2019-11-24 03:11:24 +01:00
server.go
server_hooks.go
server_http.go