Skip to content
Snippets Groups Projects
Commit ac072478 authored by Jan Hák's avatar Jan Hák Committed by Daniel Salzman
Browse files

kdig: remove redundant warning about timeout at QUIC connection

parent 3c91aaf9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment