bun icon indicating copy to clipboard operation
bun copied to clipboard

HTTPS File Serve does not work

Open dalisoft opened this issue 2 years ago • 0 comments

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

dalisoft avatar Dec 24 '22 12:12 dalisoft