Skip to content

abaudhuin/bun-hono-stream-abort-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published