Webpages that call CacheStorage.open multiple times in quick succession can trigger a bug in CacheStorageCache::open which cause multiple responses to be stored per URL in the m_records hash map. This can lead NetworkProcess to use large amounts of memory unnecessarily.
rdar://112483324
Pull request: https://github.com/WebKit/WebKit/pull/15938
Committed 266174@main (392584f2a30c): <https://commits.webkit.org/266174@main> Reviewed commits have been landed. Closing PR #15938 and removing active labels.