On Wed, Feb 17, 2021 at 09:48:43PM +0000, Jeff Hostetler via GitGitGadget wrote: > From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > > The static helper function `unix_stream_socket()` calls `die()`. This > is not appropriate for all callers. Eliminate the wrapper function > and make the callers propagate the error. Thanks for breaking it up this way. It's (IMHO) much easier to see the motivation and impact of the changes now. There's a small typo in the subject: > Subject: unix-socket: elimiate static unix_stream_socket() helper function -Peff