do not delete failed DNS request if there are waiting clients
Igor Sysoev
14 years ago
1 changed file(s) with
2 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-2
src/core/ngx_resolver.c
less
more
784
784
rn->expire = now + r->resend_timeout;
785
785
786
786
ngx_queue_insert_head(queue, &rn->queue);
787
788
continue;
789
787
}
788
789
continue;
790
790
}
791
791
792
792
ngx_rbtree_delete(tree, &rn->node);