summaryrefslogtreecommitdiff
path: root/service/http
diff options
context:
space:
mode:
Diffstat (limited to 'service/http')
-rw-r--r--service/http/service.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/http/service.go b/service/http/service.go
index 2df8656c..7fad3c49 100644
--- a/service/http/service.go
+++ b/service/http/service.go
@@ -105,7 +105,6 @@ func (s *Service) Stop() {
atomic.AddInt32(&s.inStopping, 1)
defer atomic.AddInt32(&s.inStopping, -1)
-
s.http.Shutdown(context.Background())
}