Fix roundtripper doesn't increase request timeout setting after each retry (#1216)

This commit is contained in:
Ta-Ching Chen
2019-07-19 00:46:57 +08:00
committed by GitHub
parent 3bffd27c74
commit 6e00733f68
6 changed files with 147 additions and 122 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func (c *Client) service() {
c.logger.Error("error tapping function service address", zap.Error(err), zap.String("address", u))
}
}
c.logger.Info("tapped services in batch", zap.Int("service_count", len(urls)))
c.logger.Debug("tapped services in batch", zap.Int("service_count", len(urls)))
}()
}
}