bun
bun copied to clipboard
HTTPS File Serve does not work
What version of Bun is running?
0.4.0
What platform is your computer?
Linux 5.15.0-56-generic x86_64 x86_64
What steps can reproduce the bug?
Download https://github.com/nanoexpress/static-serve-benchmark/blob/master/src/bun.js and run bun run --hot bun.js
What is the expected behavior?
Running server and serve file
What do you see instead?
Delaying/stuck at loading
Additional information
I am see log of Started server https://0.0.0.0:4400 and if change Response(file()) to Response('String') it works