]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
plugins: fts-solr: Use a private HTTP client.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Fri, 4 Jan 2019 08:57:37 +0000 (09:57 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 19 Feb 2021 10:14:26 +0000 (12:14 +0200)
commitdb0ab5853eeb67e38b3066113c2099f4bd4c80d4
tree9d323e5d3daf5c135a42a8c3ae6bc36768e90723
parent1ff9c5aff4a07e52f830fd005a9713b92f0719c8
plugins: fts-solr: Use a private HTTP client.

This is a workaround for problems with the http_client_request_send_payload()
API that occur when several shared HTTP clients use this API at the same time
and payload sending gets interleaved.
src/plugins/fts-solr/solr-connection.c