mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-09 12:36:07 +02:00
fix(http): return response early in JS before waiting for chunks on the rust side (#2522)
This commit is contained in:
committed by
GitHub
parent
1e9e496b06
commit
d3183aa99d
@@ -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.
|
||||
Reference in New Issue
Block a user