Commit 8f0b4e9
Send and receive file descriptors through net.Stream.
a) create a layer of indirection in net.Stream to allow swapping in
different read/write implementations and
b) emit an 'fd' event when file descriptors are received over a UNIX pipe,
as finally as a tangential benefit
c) remove a bunch of conditionals from the primary codepaths for
ease-of-reading.1 parent 55a6f01 commit 8f0b4e9
4 files changed
Lines changed: 527 additions & 139 deletions
0 commit comments