diff options
Diffstat (limited to 'service/http/service.go')
-rw-r--r-- | service/http/service.go | 1 |
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()) } |