ucode: ignore exit exceptions
authorJo-Philipp Wich <jo@mein.io>
Tue, 2 Aug 2022 11:40:28 +0000 (13:40 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 2 Aug 2022 22:47:03 +0000 (00:47 +0200)
commit145a309c54b7a9ff46fc588783f58804c23b09ab
treebddf8b68ab2f44cc7d4bc30919d0b584fd1ff2af
parentf9db53870705f7c708e8fb93aed8dd636adafc94
ucode: ignore exit exceptions

A request handler might legitimately call `exit()`, don't raise a server
error in this case.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
ucode.c