-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
canceling:
./src/net/http/h2_bundle.go: http2errStopReqBodyWriteAndCancel = errors.New("http2: canceling request")
./src/net/http/transport.go: var timer *time.Timer // for canceling TLS handshake
./src/net/http/transport_test.go: eventLog.Printf("canceling")
./src/net/http/transport_test.go:canceling
./src/net/dial_unix_test.go: t.Logf("canceling context")
cancelling:
./src/context/context_test.go: checkChildren("after cancelling WithCancel child", ctx, 0)
./src/context/context_test.go: checkChildren("after cancelling WithTimeout child", ctx, 0)
./src/os/exec/exec_test.go: t.Fatal("cancelling context did not stop program")
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.