Fetch API: Network process leaks when blobs are unused See the attached test case for creating 10gb leak in network process
Created attachment 442577 [details] Demonstrate Network process leak
<rdar://problem/84704184>
We are probably not unregistering blobs somewhere.
Hum, in Blob constructor, we have recently added registering the internal URL but I do not see where we are actually unregistering it. That might be the issue.
Created attachment 442586 [details] Patch
Created attachment 442587 [details] Patch
Comment on attachment 442587 [details] Patch r=me
Committed r284971 (243621@main): <https://commits.webkit.org/243621@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442587 [details].