Adam Debreceni created MINIFICPP-1392:
-----------------------------------------
Summary: Some streams error when writing no data with zero length
Key: MINIFICPP-1392
URL: https://issues.apache.org/jira/browse/MINIFICPP-1392
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Adam Debreceni
Assignee: Adam Debreceni
Some streams, RocksDBStream, HTTPStream, FileStream, ... all return error (-1)
when writing no data with zero length. No data here means that the pointer to
data is nullptr or otherwise invalid, but since the length parameter is zero,
the streams should not be concerned about the validity of the data pointer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)