Podman service silently fails if a handler panics #5151
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
If code in a handler panics, there is no report to the client.
Steps to reproduce the issue:
Describe the results you received:
curl: (52) Empty reply from server
Describe the results you expected:
Populated result from server. At a minimum a 500 with details logged on the server
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Built from master
The text was updated successfully, but these errors were encountered: