mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
- Added unit tests to reproduce issues with available() method - Changed available() to return size of application buffer - Removed unused isDataAvailable() - Refactored unwrap handling to read from channel for buffer underflow Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #5421.