close h2ping client connections

This commit is contained in:
tarat44 2021-04-10 00:53:53 -04:00
parent b8e7a90f77
commit 7ac3d84ad4
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ func (c *CheckH2PING) check() {
}
ctx, cancel := context.WithTimeout(context.Background(), c.Timeout)
defer cancel()
defer clientConn.Shutdown(ctx)
err = clientConn.Ping(ctx)
if err == nil {
c.StatusHandler.updateCheck(c.CheckID, api.HealthPassing, "HTTP2 ping was successful")