From 52f175a7b4f9aa50cc8329762770103e01cfc1ab Mon Sep 17 00:00:00 2001 From: Daniel Tang Date: Thu, 2 Nov 2023 23:34:35 +1100 Subject: [PATCH] Remove comment about checking zero bit. (#1491) The check was removed in https://github.com/miekg/dns/issues/975. --- acceptfunc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/acceptfunc.go b/acceptfunc.go index ab2812e33..1a59a854e 100644 --- a/acceptfunc.go +++ b/acceptfunc.go @@ -10,8 +10,6 @@ type MsgAcceptFunc func(dh Header) MsgAcceptAction // // * opcode isn't OpcodeQuery or OpcodeNotify // -// * Zero bit isn't zero -// // * does not have exactly 1 question in the question section // // * has more than 1 RR in the Answer section