Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/socket: use larger buffers in race test
The race detector doesn't seem to track races at the byte level. Use a larger buffer to make the test more reliable. Fixes golang/go#37338 Change-Id: I275db68a5c206b58c3bc48b9f5c1e22ee1aff176 Reviewed-on: https://go-review.googlesource.com/c/net/+/312529 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
- Loading branch information