]> source.dussan.org Git - gitea.git/commit
Graceful: Allow graceful restart for unix sockets (#9113)
authorzeripath <art27@cantab.net>
Sun, 24 Nov 2019 02:11:24 +0000 (02:11 +0000)
committerAntoine GIRARD <sapk@users.noreply.github.com>
Sun, 24 Nov 2019 02:11:24 +0000 (03:11 +0100)
commite3f22ad2cca094cba057683f35f8536e3f71a582
tree9585b6493b3a4bff13d113c9e2d7ed8f26f2c16a
parentbb2c0c3729b4bb4b1475b176dfe8e1d43f49481f
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.
cmd/web.go
cmd/web_graceful.go
modules/graceful/net_unix.go
modules/graceful/restart_unix.go