From: Ian Gudger Date: Fri, 26 Oct 2018 23:43:13 +0000 (-0700) Subject: net: remove TODO for DNS cache X-Git-Tag: go1.12beta1~621 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7ec3b5e81f6549213df3ed2113a3e057ae9c5157;p=gostls13.git net: remove TODO for DNS cache The proposal to add a DNS cache was rejected, so there is no longer a need for the associated TODO. Updates #24796 Change-Id: Ifcedcff72c75a70b2143de0bd3f7bf85ac3528f6 Reviewed-on: https://go-review.googlesource.com/c/145197 Run-TryBot: Ian Gudger TryBot-Result: Gobot Gobot Reviewed-by: Mikio Hara Reviewed-by: Brad Fitzpatrick --- diff --git a/src/net/dnsclient_unix.go b/src/net/dnsclient_unix.go index 3b0293025d..73630faa49 100644 --- a/src/net/dnsclient_unix.go +++ b/src/net/dnsclient_unix.go @@ -9,7 +9,6 @@ // TODO(rsc): // Could potentially handle many outstanding lookups faster. -// Could have a small cache. // Random UDP source port (net.Dial should do that for us). // Random request IDs.