proposal: net: ReadMsgUnix without source address · Issue #7...
Proposal Details Problem Currently, (*UnixConn) ReadMsgUnix() reads a message from a unix socket, and returns a *UnixAddress even when the calling code doesn't care about the source address. This allocation isn't optimized out by the com...