One of my prod-service is throwing the same RST_Stream error that's mentioned in this github issue:
https://github.com/oven-sh/bun/issues/18573
Our code is taking images and sending them via google's vision sdk. They are under 500kb. We are trying to send 10 images (testing) and the failing images are random.
GitHub
What version of Bun is running? 1.2.7+5c0fa6dc2 What platform is your computer? Linux 6.12.5-linuxkit aarch64 unknown (docker node:22 image) What steps can reproduce the bug? #17821 look like that ...