misc improvements
This commit is contained in:
parent
966730080c
commit
e88bf31634
9 changed files with 143 additions and 55 deletions
1
http.go
1
http.go
|
@ -15,6 +15,7 @@ var (
|
|||
)
|
||||
|
||||
func runHTTPServer(bind string) {
|
||||
logrus.WithField("bind", bind).Debug("starting temporary HTTP server")
|
||||
http.ListenAndServe(bind, httphandler{})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue