https://bz.apache.org/bugzilla/show_bug.cgi?id=69126

--- Comment #6 from Alexandre Schaff <[email protected]> ---
Thank you Yann for the quick patch.
I was able to test only today.

With patch, the name resolution is done only after it hasn't been done for
addressttl seconds. Then it is redone only after addressttl seconds have passed
again.

But, even if name resolution gives the same ip, all connections pooled to that
ip:port are closed and re-opened. 

A call to proxy_addrs_equal(const apr_sockaddr_t *addr1, const apr_sockaddr_t
*addr2) may avoid such. But I am not sure where to place that in current
modifications around addressttl.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to