uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.11k stars 416 forks source link

Remove the new line sign from health check response #331

Closed xinlongz1 closed 1 year ago

xinlongz1 commented 1 year ago

The healthfx used internal returns "OK" without new line. Correct for Kraken Agent to make it consistent.

Test: bash-3.2$ curl localhost:16000/health OKbash-3.2$