]> Cypherpunks repositories - gostls13.git/commitdiff
net: remove TODO for DNS cache
authorIan Gudger <igudger@google.com>
Fri, 26 Oct 2018 23:43:13 +0000 (16:43 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 27 Oct 2018 01:36:57 +0000 (01:36 +0000)
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 <igudger@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.public.networking@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dnsclient_unix.go

index 3b0293025d9fdee2256bf8fad169f6487252fa68..73630faa498c6c049e5d1bab014b1f916907a815 100644 (file)
@@ -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.