fix(http): fix aborting a streaming response (#2562)

This commit is contained in:
Amr Bashir
2025-11-24 14:55:11 +02:00
committed by GitHub
parent 6de61f854b
commit e8915f17e4
10 changed files with 150 additions and 55 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
commands::fetch,
commands::fetch_cancel,
commands::fetch_send,
commands::fetch_read_body
commands::fetch_read_body,
commands::fetch_cancel_body,
])
.build()
}