diff options
author | Wolfy-J <[email protected]> | 2019-05-03 12:28:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 12:28:11 +0300 |
commit | 9b886ceab6a63e8264f2b2c9d35d76628085dbd6 (patch) | |
tree | 5671b75b1e8f04900b54462f6e647a52e0ff6d8b /service/http/service.go | |
parent | 62250fde949d2511b1e030c570bafe2ef3ed2c2d (diff) |
added pool watcher capability
Diffstat (limited to 'service/http/service.go')
-rw-r--r-- | service/http/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/service.go b/service/http/service.go index 6e4542bf..1a06a76a 100644 --- a/service/http/service.go +++ b/service/http/service.go @@ -103,7 +103,7 @@ func (s *Service) Serve() error { return <-err } -// Stop stops the svc. +// Detach stops the svc. func (s *Service) Stop() { s.mu.Lock() defer s.mu.Unlock() |