]> source.dussan.org Git - gitea.git/commit
Graceful: Allow graceful restart for fcgi (#9112)
authorzeripath <art27@cantab.net>
Sun, 24 Nov 2019 10:39:50 +0000 (10:39 +0000)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2019 10:39:50 +0000 (10:39 +0000)
commit7523314ef8564e2c016168d4628f3ab11e27d7ba
tree2e7036e99baf567f5e844038796b421983cab5af
parentd779deef6ec95db35299096cc1170ada553b102c
Graceful: Allow graceful restart for fcgi (#9112)

* Graceful: Allow graceful restart for fcgi

My previous interpretation was incorrect - we do not handle sockets
being passed in over stdin

* Update web.go
cmd/web.go
cmd/web_graceful.go