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.