misc improvements

This commit is contained in:
Finn 2024-12-02 22:57:21 -08:00
parent 966730080c
commit e88bf31634
9 changed files with 143 additions and 55 deletions

View file

@ -15,6 +15,7 @@ var (
)
func runHTTPServer(bind string) {
logrus.WithField("bind", bind).Debug("starting temporary HTTP server")
http.ListenAndServe(bind, httphandler{})
}