logoalt Hacker News

sarchertechlast Sunday at 11:51 AM0 repliesview on HN

> If you "just crash" it turns this request from one that only triggers a http 500 response to one that crashes the process.

In phoenix each request has its own process and crashing that process will result in a 500 being sent to the client.