all repos — honk @ ca598399f31e6d1b408791d588048d4bac294c69

my fork of honk

well this doesn't work
Ted Unangst tedu@tedunangst.com
Thu, 24 Feb 2022 16:54:41 -0500
commit

ca598399f31e6d1b408791d588048d4bac294c69

parent

ce8d4c258351ca27b14d3eff7c107c7ad715b792

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M backend.gobackend.go

@@ -78,7 +78,7 @@ func orphancheck() {

var b [1]byte os.Stdin.Read(b[:]) dlog.Printf("backend shutting down") - os.Exit(0) + //os.Exit(0) } func backendServer() {