This is an automated email from the ASF dual-hosted git repository.
phrocker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from 5b5e0c6 MINIFICPP-1024 - Fix CentOS and Fedora docker builds (#641)
add dbc1beb MINIFICPP-963 - Zero byte (no content) flow files cannot be
received … (#615)
No new revisions were added by this update.
Summary of changes:
docker/test/integration/minifi/__init__.py | 18 +++++-
docker/test/integration/minifi/test/__init__.py | 53 +++++++++++++++---
...{test_zero_file.py => test_filter_zero_file.py} | 7 +--
docker/test/integration/test_zero_file.py | 5 +-
extensions/http-curl/HTTPCurlLoader.h | 2 +-
extensions/http-curl/sitetosite/HTTPProtocol.cpp | 58 +++++++++-----------
libminifi/include/Connection.h | 10 ++++
libminifi/src/Connection.cpp | 8 +++
libminifi/src/core/yaml/YamlConfiguration.cpp | 8 +++
libminifi/src/sitetosite/RawSocketProtocol.cpp | 6 +-
libminifi/src/sitetosite/SiteToSiteClient.cpp | 64 +++++++++++++---------
11 files changed, 158 insertions(+), 81 deletions(-)
copy docker/test/integration/{test_zero_file.py => test_filter_zero_file.py}
(91%)