nifi/nifi-commons/nifi-utils
Mark Payne d9b863a84b
NIFI-9549: Delegate NonFlushableOutputStream write methods to wrapped OutputStream
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>
2022-01-06 22:46:55 -06:00
..
src NIFI-9549: Delegate NonFlushableOutputStream write methods to wrapped OutputStream 2022-01-06 22:46:55 -06:00
pom.xml NIFI-9344-RC3 prepare for next development iteration 2021-11-03 08:53:37 -07:00