[Webkit-unassigned] [Bug 168345] New: [CURL] ResourceError created with error information should have default type Type::General

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 14 16:43:07 PST 2017


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

            Bug ID: 168345
           Summary: [CURL] ResourceError created with error information
                    should have default type Type::General
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at am.sony.com

CURL implementation of ResourceError has default value Type::General for type argument as like other implementations, but it is Type::None. This causes assertion error later.

Source/WebCore/platform/network/curl/ResourceError.h
ResourceError(const String& domain, int errorCode, const URL& failingURL, const String& localizedDescription, Type type = Type::Null)

-- 
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/20170215/4216c7b9/attachment.html>


More information about the webkit-unassigned mailing list