[Webkit-unassigned] [Bug 66465] New: WebKit won't create WebSocket with IPv6 address

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 06:51:39 PDT 2011


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

           Summary: WebKit won't create WebSocket with IPv6 address
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cedric at desaintmartin.fr


When trying to create a WebSocket object in WebKit using : 

new WebSocket('ws://[::1]:8080')

An error will be raised : 

"WebSocket network error: The operation couldn’t be completed. (kCFErrorDomainCFNetwork error 2.)"


It will do the same for every IPv6 address. It will also break if brackets [ ] are removed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list