diff options
author | Jan Hák <jan.hak@nic.cz> | 2024-11-27 11:04:51 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-11-27 12:23:35 +0100 |
commit | 0b3beb260a8a0d903e7b232a8cadb4bf1256adc7 (patch) | |
tree | d6dce874feba72137b29fc2751f078ef83734bf5 | |
parent | kxdpgun: add space before % in statistics (diff) | |
download | knot-0b3beb260a8a0d903e7b232a8cadb4bf1256adc7.tar.xz knot-0b3beb260a8a0d903e7b232a8cadb4bf1256adc7.zip |
kdig: remove redundant warning about timeout at QUIC connection
-rw-r--r-- | src/utils/common/quic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/common/quic.c b/src/utils/common/quic.c index 704f3b163..913245a3b 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; } |