There was an error while loading. Please reload this page.
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.