Open nshiab opened 4 months ago
note to self:
this reproduces with only https://raw.githubusercontent.com/nshiab/simple-data-analysis/main/test/data/files/dailyTemperatures.csv
. all other files work fine and the difference between them is that transfer_encoding
is chunked
What version of Bun is running?
1.1.12+43f0913c3
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
The code below fetches and writes files one by one. It works with NodeJS, but it hangs forever with Bun.
What is the expected behavior?
To fetch and write all files.
What do you see instead?
It fetches and writes the first two files and then hangs forever.
Additional information
Thank you for all of your work!