yumrepos icon indicating copy to clipboard operation
yumrepos copied to clipboard

readiness and healthchecking should return HTTP 200/OK

Open steigr opened this issue 5 years ago • 1 comments

https://github.com/arnehilmann/yumrepos/blob/30ec1f85a2d685067effa452641aff8f374a2889/src/main/python/yumrepos/app.py#L32

steigr avatar Jan 22 '20 14:01 steigr

The 204 status code is correct here IMO: "success, no content returned"

Why do you think returning 200 is better here? Any tools depending on this?

arnehilmann avatar Jan 22 '20 14:01 arnehilmann