]> Cypherpunks repositories - gostls13.git/commit
net: remove internal support for obsolete DNS record types
authorMatthew Dempsky <mdempsky@google.com>
Thu, 28 Apr 2016 20:26:14 +0000 (13:26 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 28 Apr 2016 21:00:26 +0000 (21:00 +0000)
commitc231dd21e1fe992e196d4a36f9e990523b9cc45a
tree9a5f4a1ae652dc7e68d6b71a534494f7054d2e2a
parent1518d431321100cd9f0e18d740da7c835ba438dd
net: remove internal support for obsolete DNS record types

There are no real world use cases for HINFO, MINFO, MB, MG, or MR
records, and package net's exposed APIs don't provide any way to
access them even if there were. If a use ever does show up, we can
revive them. In the mean time, this is just effectively-dead code that
sticks around because of rr_mk.

Change-Id: I6c188b5ee32f3b3a04588b79a0ee9c2e3e725ccc
Reviewed-on: https://go-review.googlesource.com/22593
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/dnsmsg.go