]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: client: Fixed i_unreached() failure occurring when a host's list of IPs...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Thu, 23 Feb 2017 18:38:31 +0000 (19:38 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 23 Feb 2017 19:21:13 +0000 (21:21 +0200)
commit8c173f2c50b0de5a3db5cc7921b7e7b8783c31f2
treef3887fa2aaa6d412212d6b79c97b83eea58ecfb2
parent770b0c36b97f9adc1f726758c03c58c20978983b
lib-http: client: Fixed i_unreached() failure occurring when a host's list of IPs changes while a connection is still pending.

In that case, the IP of the pending connection may no longer be associated with that host.
If the IP was not found anymore, the i_unreached() error occurred.
src/lib-http/http-client-private.h
src/lib-http/http-client-queue.c