From 344a355015303f0176ab8664f6d2d5979abb6507 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sat, 15 Mar 2025 02:05:31 +0200 Subject: [PATCH] Update http-stream-support.md --- .changes/http-stream-support.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changes/http-stream-support.md b/.changes/http-stream-support.md index a0db5bfd..8c33f646 100644 --- a/.changes/http-stream-support.md +++ b/.changes/http-stream-support.md @@ -1,6 +1,6 @@ --- -"http": minor -"http-js": minor +"http": patch +"http-js": patch --- -Fix HTTP stream not streaming the body. \ No newline at end of file +Fix `fetch` blocking until the whole response is read even if it was a streaming response.