]> Cypherpunks repositories - gostls13.git/commit
net: support context cancellation in resSearch
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Sat, 3 Dec 2022 08:14:33 +0000 (08:14 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 5 Dec 2022 20:45:49 +0000 (20:45 +0000)
commita5b10be471b92847c14fc07e0564a298c7e49a3b
treeebde4e5f9592cea39270c0848e52349e5332f00a
parentb45cb0ce863f3cf91a1847d44a9474aad2a6c592
net: support context cancellation in resSearch

As with all the stuff that call cgo from net package.

Change-Id: I7c42ae44a1d47f4f949b203682217498fcdba92a
GitHub-Last-Rev: 70406493bbbe10bf556a17e453623d3decf00822
GitHub-Pull-Request: golang/go#57043
Reviewed-on: https://go-review.googlesource.com/c/go/+/454697
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/cgo_unix.go