]> Cypherpunks repositories - gostls13.git/commit
net: avoid racing on port reuse in TestListenConfigControl
authorBryan C. Mills <bcmills@google.com>
Mon, 9 May 2022 16:51:28 +0000 (12:51 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 9 May 2022 18:10:01 +0000 (18:10 +0000)
commit4861475c1a373f2004ef9f95862fb1b370577d91
tree219f83573c91a958b5674e73ec640b4ffa94b921
parent0d410d676dde6cf5f2fc6f78ed7f2c39181d6720
net: avoid racing on port reuse in TestListenConfigControl

Fixes #52798.
Fixes #51441 (until proven otherwise ðŸ˜…).

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