[Webkit-unassigned] [Bug 54607] New: Split WebURLResponse's socketAddress into separate host and port fields
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 16 18:25:10 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54607
Summary: Split WebURLResponse's socketAddress into separate
host and port fields
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bryner at chromium.org
CC: fishd at chromium.org
Rather than representing the remote socket address as "host:port", it will be less error-prone to just have separate host and port members. In particular, with IPv6 literals, this avoids the caller needing to parse a bracketed IP address when trying to split apart the IP and the port number.
--
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