This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 0201d078c MINIFICPP-1968 Replace libcurl download url
new 24807c63b MINIFICPP-1970 Upgrade Catch2 to version 2.13.10
new 12a3a2854 MINIFICPP-1952 Read the flow file content in chunks during
InvokeHTTP POST/PUT
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
extensions/http-curl/client/HTTPCallback.h | 2 +-
extensions/http-curl/client/HTTPClient.cpp | 8 +-
extensions/http-curl/processors/InvokeHTTP.cpp | 17 +--
extensions/http-curl/protocols/RESTSender.cpp | 4 +-
extensions/splunk/PutSplunkHTTP.cpp | 2 +-
libminifi/include/core/ProcessSession.h | 2 +
libminifi/include/io/StreamSlice.h | 4 +-
libminifi/include/utils/BaseHTTPClient.h | 165 ++++++---------------
libminifi/src/core/ProcessSession.cpp | 35 ++---
libminifi/src/core/logging/alert/AlertSink.cpp | 2 +-
libminifi/src/io/StreamSlice.cpp | 2 +-
libminifi/src/utils/BaseHTTPClient.cpp | 112 +++++++++++++++
thirdparty/catch/catch.hpp | 189 +++++++++++++++----------
13 files changed, 312 insertions(+), 232 deletions(-)