Skip to content

Commit 5586628

Browse files
authored
Merge pull request #51 from LuccaSA/fix/revert-weird-code
1 parent f34a9d4 commit 5586628

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Haproxy.AgentCheck/Endpoints/TcpHandler.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,5 @@ public override async Task OnConnectedAsync(ConnectionContext connection)
3030
{
3131
// ignore when connection is closed
3232
}
33-
finally
34-
{
35-
connection.Abort();
36-
await connection.DisposeAsync();
37-
}
3833
}
3934
}

0 commit comments

Comments
 (0)