To install dependencies:
bun install
Run the code:
bun run index3.ts
First request:
curl --location 'http://localhost:3000/t'
Ctrl+C the curl mid-way.
Second request:
curl --location 'http://localhost:3000/t'
The second request will hang without starting. (Same from any other request)