mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
Ensure that we delegate calls to write(byte[]) and write(byte[], int, int) to the underlying OutputStream for NonFlushableOutputStream, instead of allowing FilterOutputStream to iterate over every byte This closes #5642 Signed-off-by: David Handermann <exceptionfactory@apache.org>