nifi/nifi-commons/nifi-site-to-site-client
Koji Kawamura 36e7bd6164 NIFI-3894: This closes #1820. Fixed close and consume order with compression.
Before this fix, 'NullPointerException: Inflater has been closed' can be thrown as the Inflater is closed before input stream is consumed.

Also, calling close from AbstractTransaction.receive is removed, because the DataPacket is exposed as its return value and this class will not be able to know when to close the stream.

Signed-off-by: joewitt <joewitt@apache.org>
2017-05-17 22:57:33 -04:00
..
src NIFI-3894: This closes #1820. Fixed close and consume order with compression. 2017-05-17 22:57:33 -04:00
pom.xml NIFI-3770-RC2 prepare for next development iteration 2017-05-05 20:50:28 -04:00