September 27, 2022
·
3009 commits
to master
since this release
@whatwg-node/fetch@0.4.6
Patch Changes
-
#148
eb10500Thanks @ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly- On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
- Do not modify ReadableStream.cancel's behavior but handle it internally
- On Node 18, do not combine Response.body's return and AbortController which causes a memory leak
@whatwg-node/server@0.4.10
Patch Changes
-
#148
eb10500Thanks @ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly- On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
- Do not modify ReadableStream.cancel's behavior but handle it internally
- On Node 18, do not combine Response.body's return and AbortController which causes a memory leak
-
#149
519d42aThanks @ardatan! - Force stop connection after Response.body is done -
Updated dependencies [
c918527,eb10500]:- @whatwg-node/fetch@0.4.6