mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
Update retryablehttp to fix a data race (#9551)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user