Re: [go-nuts] Cancelled context error not propagated in net/cgo_unix.go

2025-02-24 Thread 'Paul Ruane' via golang-nuts
Thanks Ian, https://github.com/golang/go/issues/71939. On Monday, 24 February 2025 at 20:54:27 UTC Ian Lance Taylor wrote: > there wouldOn Mon, Feb 24, 2025 at 12:35 PM 'Paul Ruane' via > golang-nuts wrote: > > > > I hit a problem today whereby a gRPC call did not come back with a > status of c

Re: [go-nuts] Cancelled context error not propagated in net/cgo_unix.go

2025-02-24 Thread Ian Lance Taylor
there wouldOn Mon, Feb 24, 2025 at 12:35 PM 'Paul Ruane' via golang-nuts wrote: > > I hit a problem today whereby a gRPC call did not come back with a status of > cancelled, despite the request context being cancelled. > > Tracing it through I found that it was because of a failed DNS lookup and