diff --git a/broker/http_broker.go b/broker/http_broker.go index cbccd08a..2adee5b3 100644 --- a/broker/http_broker.go +++ b/broker/http_broker.go @@ -38,9 +38,8 @@ type httpBroker struct { mux *http.ServeMux - c *http.Client - r registry.Registry - rc rcache.Cache + c *http.Client + r registry.Registry sync.RWMutex subscribers map[string][]*httpSubscriber