This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from ada974465 ThrottledInputStream.throttle() doesn't preserve the
original InterruptedException as the cause of its InterruptedIOException
add b6629582f Test fix for ReadAheadInputStream now restores the current
thread's interrupt flag when catching InterruptedException.
No new revisions were added by this update.
Summary of changes:
.../commons/io/input/ReadAheadInputStream.java | 8 ++++++--
.../commons/io/input/ReadAheadInputStreamTest.java | 24 ++++++++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)