We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16092f commit 5d3f81bCopy full SHA for 5d3f81b
1 file changed
scan.go
@@ -605,8 +605,6 @@ func (zp *ZoneParser) Next() (RR, bool) {
605
if !isPrivate && zp.c.Peek().token == "" {
606
// This is a dynamic update rr.
607
608
- // TODO(tmthrgd): Previously slurpRemainder was only called
609
- // for certain RR types, which may have been important.
610
if err := slurpRemainder(zp.c); err != nil {
611
return zp.setParseError(err.err, err.lex)
612
}
0 commit comments