Skip to content

Commit 0b87b98

Browse files
author
Gary Gregory
committed
Fixed ReaderInputStream not calling CharsetEncoder.flush issue #283.
1 parent ec8e710 commit 0b87b98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ The <action> type attribute can be add,update,fix,remove.
114114
FileUtils.copyURLToFile(URL, File, int, int) leaks its URLConnection.
115115
Called by FileUtils.copyURLToFile(URL, File).
116116
</action>
117+
<action issue="IO-714" dev="ggregory" type="fix" due-to="kevinwang1975, Gary Gregory">
118+
Fixed ReaderInputStream not calling CharsetEncoder.flush issue #283.
119+
</action>
117120
<!-- ADD -->
118121
<action dev="ggregory" type="add" due-to="Gary Gregory">
119122
Add BrokenReader.INSTANCE.

0 commit comments

Comments
 (0)