Don't use a eventsource for detecting hystrix
In case a hystrix.stream does'nt sends any data and just a ping the endpoint is
not detecet correctly and the ui get unresponsive. The problem is that the sent
"ping:" chunk doesn't triggers the message event listener.
So instead we use a simple HEAD-request to get the header and status.
fixes #276
Showing
Please
register
or
sign in
to comment