diff --git a/server/proxy/httpproxy/director.go b/server/proxy/httpproxy/director.go index 6862e2a69..43db09a8f 100644 --- a/server/proxy/httpproxy/director.go +++ b/server/proxy/httpproxy/director.go @@ -20,7 +20,6 @@ import ( "sync" "time" - "go.etcd.io/etcd/pkg/v3/osutil" "go.uber.org/zap" ) @@ -45,7 +44,6 @@ func newDirector(lg *zap.Logger, urlsFunc GetProxyURLs, failureWait time.Duratio stopc: make(chan struct{}), donec: make(chan struct{}), } - osutil.RegisterInterruptHandler(d.stop) d.refresh() go func() { defer close(d.donec)