LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

In case of exception while serving a request, return 500 #34

Closed ftomassetti closed 4 months ago

ftomassetti commented 4 months ago

In case of exceptions we currently print a message but the HTTP request being served remain hanging. With this PR we return a 500 code and a message explaining why the serve failed.

Fix #25