mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
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:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"http": "patch"
|
||||
"http-js": "patch"
|
||||
---
|
||||
|
||||
Fix `fetch` occasionally throwing an error due to trying to close the underline stream twice.
|
||||
|
||||
Reference in New Issue
Block a user