net: native unix dns lookup retries unnecessarily #8616
Closed
Labels
Comments
Comment 3 by alex@lx.lc: Have patch for this, will submit CL soon. |
CL https://golang.org/cl/137870043 mentions this issue. |
This issue was closed by revision 854dbb7. Status changed to Fixed. |
wheatman
added a commit
to wheatman/go-akaros
that referenced
this issue
Jun 25, 2018
…stub resolver Prevents non-rooted queries with > ndots dots from being tried twice on error. Fixes golang#8616. Benchmark results on linux/amd64 benchmark old ns/op new ns/op delta BenchmarkGoLookupIPNoSuchHost 8212394 4413293 -46.26% benchmark old allocs new allocs delta BenchmarkGoLookupIPNoSuchHost 216 108 -50.00% benchmark old bytes new bytes delta BenchmarkGoLookupIPNoSuchHost 17460 8726 -50.02% LGTM=iant, mikioh.mikioh R=golang-codereviews, iant, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/137870043
wheatman
added a commit
to wheatman/go-akaros
that referenced
this issue
Jul 9, 2018
…stub resolver Prevents non-rooted queries with > ndots dots from being tried twice on error. Fixes golang#8616. Benchmark results on linux/amd64 benchmark old ns/op new ns/op delta BenchmarkGoLookupIPNoSuchHost 8212394 4413293 -46.26% benchmark old allocs new allocs delta BenchmarkGoLookupIPNoSuchHost 216 108 -50.00% benchmark old bytes new bytes delta BenchmarkGoLookupIPNoSuchHost 17460 8726 -50.02% LGTM=iant, mikioh.mikioh R=golang-codereviews, iant, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/137870043
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by alex@lx.lc:
The text was updated successfully, but these errors were encountered: