RESOLVED FIXED 202575
[GTK][WPE] REGRESSION(r250673): connection to network process is broken after r250673
https://bugs.webkit.org/show_bug.cgi?id=202575
Summary [GTK][WPE] REGRESSION(r250673): connection to network process is broken after...
Carlos Garcia Campos
Reported 2019-10-04 01:48:24 PDT
The file descriptor is now closed when the IPC::Attachment is destroyed in NetworkProcessConnectionInfo destructor. In case of unix domain sockets we need to transfer the ownership of the fd to NetworkProcessConnection, but NetworkProcessConnectionInfo is ow keeping the ownership.
Attachments
Patch (2.81 KB, patch)
2019-10-04 01:52 PDT, Carlos Garcia Campos
clopez: review+
Carlos Garcia Campos
Comment 1 2019-10-04 01:52:59 PDT
Carlos Garcia Campos
Comment 2 2019-10-04 02:43:03 PDT
Note You need to log in before you can comment on or make changes to this bug.