Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 440 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 440 Bytes

bun-hono-stream-abort-repro

Fill the .env.template first and rename it to .env

To install dependencies:

bun install

Reprod

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)