all repos — homestead @ 2bec7d509da01c6cd73535879c148fc781cbbeb4

Code for my website

don't munge listen address (was listenfd workaround)

Alan Pearce
commit

2bec7d509da01c6cd73535879c148fc781cbbeb4

parent

38d65b44cca8446ea7e544669aecbac8f5503d4f

1 file changed, 0 insertions(+), 4 deletions(-)

jump to
M cmd/server/main.gocmd/server/main.go
@@ -25,10 +25,6 @@ panic("parsing runtime configuration" + err.Error())
} log := log.Configure(!runtimeConfig.Development) - if listenAddress := runtimeConfig.ListenAddress; listenAddress[0] == '[' { - runtimeConfig.ListenAddress = listenAddress[1 : len(listenAddress)-1] - } - if runtimeConfig.Development { tmpdir, err := os.MkdirTemp("", "website") if err != nil {