Repro for honojs/hono#2164
npm install
npm start
curl http://localhost:8001/normal-error
-> 500, can be run multiple timescurl http://localhost:8001/sse-error
-> 200, sends "data: Hello" and then closes the connection, server stops responding after this