[Webkit-unassigned] [Bug 191649] [Curl] Implement synchronous data url handling for NetworkDataTask on Curl Port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 12:19:29 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=191649

--- Comment #5 from Don Olmstead <don.olmstead at sony.com> ---
Comment on attachment 363078
  --> https://bugs.webkit.org/attachment.cgi?id=363078
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=363078&action=review

Fix Basuke's comments and I think we're good to go

> Source/WebKit/NetworkProcess/curl/NetworkDataTaskCurl.cpp:485
> +        m_client->didReceiveResponse(WTFMove(dataResponse), [this, protectedThis = WTFMove(protectedThis), dataSize, data = result.data.releaseNonNull()](WebCore::PolicyAction) mutable {

protectedThis.copyRef() is what we've been doing when hitting this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190228/643162ff/attachment.html>


More information about the webkit-unassigned mailing list