Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
{
(void)now;
(void)response;
- throw std::runtime_error("Unexpected XFR reponse to a health check query");
+ throw std::runtime_error("Unexpected XFR response to a health check query");
}
void notifyIOError(const struct timeval& now, [[maybe_unused]] TCPResponse&& response) override
dns.rdataclass.IN,
dns.rdatatype.AAAA,
v6addr_list)
- response2.answer.append(rrset2) # reponse > 40x(16+10)=1040 bytes
+ response2.answer.append(rrset2) # response > 40x(16+10)=1040 bytes
# first query to fill the cache
(receivedQuery, receivedResponse) = self.sendUDPQuery(query2, response2)