Marton Szasz created MINIFICPP-1835:
---------------------------------------
Summary: InvokeHTTP connection keep-alive
Key: MINIFICPP-1835
URL: https://issues.apache.org/jira/browse/MINIFICPP-1835
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Marton Szasz
On each trigger, InvokeHTTP set up a brand new connection, possibly with TLS
handshake, and a starting window size. We can improve throughput by reusing the
HTTPClient (and thus the curl session) between triggers.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)