fix(http): avoid closing stream multiple times (#2535)

* fix(http): avoid closing stream multiple times

closes #2533

* use different signal than empty vec
This commit is contained in:
Amr Bashir
2025-03-16 21:45:45 +02:00
committed by GitHub
parent 5347de8db9
commit a15eedf378
4 changed files with 25 additions and 18 deletions
@@ -0,0 +1,7 @@
---
"http": "patch"
"http-js": "patch"
---
Fix `fetch` occasionally throwing an error due to trying to close the underline stream twice.