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
+7
View File
@@ -0,0 +1,7 @@
---
"http": "patch"
"http-js": "patch"
---
Fix aborting a request in the middle of a streaming response.