]> Cypherpunks repositories - gostls13.git/commit
net: clarify that conn.LocalAddr and conn.RemoteAddr might not be known
authorBryan C. Mills <bcmills@google.com>
Fri, 3 Dec 2021 22:09:06 +0000 (17:09 -0500)
committerBryan Mills <bcmills@google.com>
Mon, 6 Dec 2021 22:36:22 +0000 (22:36 +0000)
commit8ea0ffb84a5807438061d34256448df9948a3809
tree85d0535b7fee979a755e5ab7c18d031d75f766f4
parent6180c4f5ebae4635377dfa778e05097cf8fc69a8
net: clarify that conn.LocalAddr and conn.RemoteAddr might not be known

For #34611

Change-Id: I9a1357f53124c98ad017b58774696d0377dbea27
Reviewed-on: https://go-review.googlesource.com/c/go/+/369160
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/net.go