Skip to content
Snippets Groups Projects
Commit 90036fd1 authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

WIP: don't deduplicate

parent 641bc796
No related merge requests found
Pipeline #77104 failed with stages
in 4 minutes and 53 seconds
This commit is part of merge request !1142. Comments created here will be created in the context of that merge request.
......@@ -1348,9 +1348,9 @@ static int udp_task_step(struct qr_task *task,
const struct sockaddr *packet_source, knot_pkt_t *packet)
{
/* If there is already outgoing query, enqueue to it. */
if (subreq_enqueue(task)) {
return kr_ok(); /* Will be notified when outgoing query finishes. */
}
// if (subreq_enqueue(task)) {
// return kr_ok(); /* Will be notified when outgoing query finishes. */
// }
/* Start transmitting */
uv_handle_t *handle = transmit(task);
if (handle == NULL) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment