We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Calling fetch(url) and not consuming the incoming body ((or consuming it very slowing) will lead to a memory leak.
fetch(url)
Patched in v6.6.1
Make sure to always consume the incoming body.
Impact
Calling
fetch(url)
and not consuming the incoming body ((or consuming it very slowing) will lead to a memory leak.Patches
Patched in v6.6.1
Workarounds
Make sure to always consume the incoming body.