]> git.kaiwu.me - nginx.git/commit
Resolver: fixed possible premature stop of the resend timer.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 16 Dec 2016 15:21:42 +0000 (18:21 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 16 Dec 2016 15:21:42 +0000 (18:21 +0300)
commit6b18bb541e81acdc42968071d200c03f9ef8d4a1
treebff8c0d5b38c78fd32da467001eb4900664cda2b
parent3a8532219a0531d5fbb33e7f4c2f9531c4c924b9
Resolver: fixed possible premature stop of the resend timer.

Previously, ngx_resolve_name_done() and ngx_resolve_addr_done()
may have stopped the resend timer prematurely while srv_resend_queue
was not empty.
src/core/ngx_resolver.c