Skip to content

Commit

Permalink
HPCC4J-622 RowserviceInputStream read handle during close
Browse files Browse the repository at this point in the history
- Added code read the rowservice handle before closing sockets when hitting EOF

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Jul 22, 2024
1 parent 5c48c29 commit a5bdaad
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 a5bdaad

Please sign in to comment.