mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Updates a comment to point to new blockingQuery function.
This commit is contained in:
parent
dcb55c766b
commit
eaa8fde298
@ -97,7 +97,7 @@ func (s *HTTPServer) EventList(resp http.ResponseWriter, req *http.Request) (int
|
||||
nameFilter = filt
|
||||
}
|
||||
|
||||
// Lots of this logic is borrowed from consul/rpc.go:blockingRPC
|
||||
// Lots of this logic is borrowed from consul/rpc.go:blockingQuery
|
||||
// However we cannot use that directly since this code has some
|
||||
// slight semantics differences...
|
||||
var timeout <-chan time.Time
|
||||
|
Loading…
x
Reference in New Issue
Block a user