]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: http_client_request_delay_from_response() should use per-request timeout...
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Mar 2017 20:46:02 +0000 (23:46 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 30 Mar 2017 20:46:02 +0000 (23:46 +0300)
commiteed02e3be957727e44afac3c20ab64ed80cc8644
tree4bead368c5f1e12b2b3a9b8fe9930c63218c30aa
parent210256b5d443a13a9ea662cd3a807b80bdeff331
lib-http: http_client_request_delay_from_response() should use per-request timeout as max

It was using the global request_timeout_msecs for the maximum timeout,
which could be different from the per-request timeout set by
http_client_request_set_attempt_timeout_msecs().
src/lib-http/http-client-request.c