Skip to content

Commit

Permalink
partially fix TestPipeApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Mar 8, 2025
1 parent 79f170f commit 094e350
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,6 @@ private static class SocketCleaner extends PingSocketCleaner {
}

@Override
public void work() {
super.run();
}

protected void closeSocketInternal(Socket clientSocket) {
if (!clientSocket.isClosed()) {
closeSocketCount++;
Expand Down

0 comments on commit 094e350

Please sign in to comment.