Update retryablehttp to fix a data race (#9551)

This commit is contained in:
ncabatoff
2020-08-31 11:10:52 -04:00
committed by GitHub
parent f4bbf62262
commit a7183b1edb
9 changed files with 163 additions and 59 deletions

View File

@@ -71,7 +71,7 @@ func rateLimitQuotaWrapping(handler http.Handler, core *vault.Core) http.Handler
respondError(w, http.StatusTooManyRequests, quotaErr)
if core.Logger().IsTrace() {
core.Logger().Trace("request rejected due to lease count quota violation", "request_path", path)
core.Logger().Trace("request rejected due to rate limit quota violation", "request_path", path)
}
if core.RateLimitAuditLoggingEnabled() {