mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
36b38fb3c0
Before this change, we wouldn't re-try sending fds if the first attempt to send them failed, meaning that some fds wouldn't arrive if there was any error sending (e.g. because the send buffer was full, which is more common on macOS). This new approach ensures we don't record that we've sent the fds until the message is marked as successful, and should avoid the macOS errors. Depends on D145392 Differential Revision: https://phabricator.services.mozilla.com/D146621 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
docs | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |