]> Cypherpunks repositories - gostls13.git/commit
Revert "net: move context cancellation logic of blocking calls to a common function."
authorBryan Mills <bcmills@google.com>
Tue, 31 Jan 2023 20:55:23 +0000 (20:55 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 31 Jan 2023 22:04:11 +0000 (22:04 +0000)
commit34d026862df50e36bdb74f010f746f91b7d6a052
tree44fa4c94000bb5cfd634d926fbcee65437df937c
parentac7efcb0caac712395adf602f69d2ff3ace6e16e
Revert "net: move context cancellation logic of blocking calls to a common function."

This reverts CL 463231.

Reason for revert: introduced a data race on darwin.

Fixes #58169.

Change-Id: I35f02273db38c257369c166547bb4945f92fdc3a
Reviewed-on: https://go-review.googlesource.com/c/go/+/464375
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/cgo_unix.go