[Webkit-unassigned] [Bug 134340] curl: Improve errors by including the domain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 01:00:25 PST 2017


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302606|review?                     |review-
              Flags|                            |

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

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

> Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:723
> +                ResourceError resourceError(AtomicString(errorDomainCurl), msg->data.result, url, String(curl_easy_strerror(msg->data.result)));

ASCIILiteral

> Source/WebCore/platform/network/curl/ResourceHandleManager.h:105
> +extern const char* const errorDomainCurl;

This shouldn't be necessary.

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


More information about the webkit-unassigned mailing list