Skip to content

Commit

Permalink
HPCC4J-622 RowserviceInputStream read handle during close (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu authored Jul 22, 2024
1 parent 5c48c29 commit 151a0a8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,9 @@ private int startFetch()
{
try
{
// Read handle before closing
this.dis.readInt();

close();
}
catch (IOException e)
Expand Down

0 comments on commit 151a0a8

Please sign in to comment.