fix(http): return response early in JS before waiting for chunks on the rust side (#2522)

This commit is contained in:
Adriel Jansen Siahaya
2025-03-15 08:06:41 +08:00
committed by GitHub
parent 1e9e496b06
commit d3183aa99d
6 changed files with 81 additions and 52 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"http": patch
"http-js": patch
---
Fix `fetch` blocking until the whole response is read even if it was a streaming response.