Skip to content
  • rinpatch's avatar
    rate limiter: Fix a race condition · 4d416343
    rinpatch authored
    When multiple requests are processed by rate limiter plug at the same
    time and the bucket is not yet initialized, both would try to initialize
    the bucket resulting in an internal server error.
    4d416343