Speculative loads should use the NetworkSession owning their Cache
Created attachment 377634 [details] Patch
Created attachment 377635 [details] Patch
Comment on attachment 377635 [details] Patch Clearing flags on attachment: 377635 Committed r249303: <https://trac.webkit.org/changeset/249303>
All reviewed patches have been landed. Closing bug.
<rdar://problem/54862251>
Comment on attachment 377635 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=377635&action=review > Source/WebKit/NetworkProcess/cache/NetworkCacheSpeculativeLoad.cpp:62 > + m_networkLoad = makeUnique<NetworkLoad>(*this, nullptr, WTFMove(parameters), *cache.networkProcess().networkSession(cache.sessionID())); Turns out this may return a null session now and do a null Derek of the session in the NetworkLoad constructor. See Bug 214008.