From 7ec3b5e81f6549213df3ed2113a3e057ae9c5157 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Fri, 26 Oct 2018 16:43:13 -0700 Subject: [PATCH] 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 --- src/net/dnsclient_unix.go | 1 - 1 file changed, 1 deletion(-) 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. -- 2.48.1