aboutsummaryrefslogtreecommitdiff
path: root/plugin/health/health.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/health/health.go')
-rw-r--r--plugin/health/health.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/health/health.go b/plugin/health/health.go
index 2ac75f08d..0db68eb72 100644
--- a/plugin/health/health.go
+++ b/plugin/health/health.go
@@ -43,7 +43,6 @@ func (h *health) OnStartup() error {
// We're always healthy.
w.WriteHeader(http.StatusOK)
io.WriteString(w, http.StatusText(http.StatusOK))
- return
})
go func() { http.Serve(h.ln, h.mux) }()