[webkit-reviews] review granted: [Bug 182063] [Curl] Implement didSendData client callback. : [Attachment 332199] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 14:28:36 PST 2018


Alex Christensen <achristensen at apple.com> has granted Basuke Suzuki
<Basuke.Suzuki at sony.com>'s request for review:
Bug 182063: [Curl] Implement didSendData client callback.
https://bugs.webkit.org/show_bug.cgi?id=182063

Attachment 332199: Patch

https://bugs.webkit.org/attachment.cgi?id=332199&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 332199
  --> https://bugs.webkit.org/attachment.cgi?id=332199
Patch

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

> Source/WebCore/platform/network/curl/ResourceHandleCurlDelegate.cpp:190
> +    m_handle->client()->didSendData(m_handle, bytesSent,
totalBytesToBeSent);

You might want to check these for null.


More information about the webkit-reviews mailing list