mirror of https://github.com/hashicorp/consul
Updates a comment to point to new blockingQuery function.
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…
Reference in New Issue