Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.8.x'
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <[email protected]>

# Conflicts:
#	commons-hpcc/pom.xml
#	dfsclient/pom.xml
#	pom.xml
#	wsclient/pom.xml
  • Loading branch information
GordonSmith committed Aug 8, 2024
2 parents d011569 + c4695d3 commit 5e27b6e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -922,9 +922,6 @@ private int startFetch()
{
try
{
// Read handle before closing
this.dis.readInt();

close();
}
catch (IOException e)
Expand Down Expand Up @@ -986,7 +983,8 @@ else if (this.handle == 0)
{
if (dataLen == 0)
{
dataLen = dis.readInt(); // need to read addl int here ...
// Read handle before closing
dis.readInt();
close();
return 0;
}
Expand Down

0 comments on commit 5e27b6e

Please sign in to comment.