PingLoad does not need to ref the NetworkConnectionToWebProcess and keep it alive longer than it needs to be.
Created attachment 344893 [details] Patch
Comment on attachment 344893 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=344893&action=review > Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp:270 > + auto completionHandler = [connection = m_connection.copyRef(), identifier = loadParameters.identifier] (const ResourceError& error, const ResourceResponse& response) { Is it really safe? LOL ;)
Comment on attachment 344893 [details] Patch Clearing flags on attachment: 344893 Committed r233787: <https://trac.webkit.org/changeset/233787>
All reviewed patches have been landed. Closing bug.
<rdar://problem/42143573>