From ac072478ec5910020e9640e99816cee831df18ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=A1k?= <jan.hak@nic.cz> Date: Wed, 27 Nov 2024 11:04:51 +0100 Subject: [PATCH] kdig: remove redundant warning about timeout at QUIC connection --- src/utils/common/quic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/common/quic.c b/src/utils/common/quic.c index 704f3b163d..913245a3b0 100644 --- a/src/utils/common/quic.c +++ b/src/utils/common/quic.c @@ -713,7 +713,6 @@ int quic_recv_dns_response(quic_ctx_t *ctx, uint8_t *buf, const size_t buf_len, WARN("QUIC, failed to send"); return KNOT_ECONNABORTED; } - WARN("QUIC, peer took too long to respond"); goto send; } -- GitLab