[Webkit-unassigned] [Bug 281616] New: Simplify socket ownership in ConnectionUnix.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 16 13:39:54 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281616
Bug ID: 281616
Summary: Simplify socket ownership in ConnectionUnix.cpp
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org
Currently the file descriptor m_socketDescriptor exists on all platforms but is owned only on non-GLib platforms. On GLib platforms, this file descriptor is owned by m_socket instead. This is slightly confusing, and unnecessary; we can simply get rid of m_socketDescriptor when using GLib.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241016/33a9985a/attachment.htm>
More information about the webkit-unassigned
mailing list