]> Cypherpunks repositories - gostls13.git/commit
context: Revert "context: use CompareAndSwap in cancelCtx.Done"
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 8 Aug 2022 14:51:01 +0000 (21:51 +0700)
committerGopher Robot <gobot@golang.org>
Mon, 8 Aug 2022 16:05:18 +0000 (16:05 +0000)
commit487b3501a54e5479972a7982fe1eb154f0447b58
tree2891daff8fca18d4aa999a350f152c8e87da8fd9
parentadac8acf881ac48c558a4873b4cc7551c7e592b1
context: Revert "context: use CompareAndSwap in cancelCtx.Done"

This reverts commit 964f0c7a306998256f1c5a5fd78fc457a972f001.

Reason: cause increasing timeout in crypto/tls tests on race builders.

Change-Id: Id16d4fcd19c2ca2e89ad4d0c9d55ef1105b19c76
Reviewed-on: https://go-review.googlesource.com/c/go/+/422035
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/context/context.go