lib/httpx/plugins/rate_limiter.rb in httpx-0.21.1 vs lib/httpx/plugins/rate_limiter.rb in httpx-0.22.0

- old
+ new

@@ -7,10 +7,10 @@ # # * is rate limited; # * when the server is unavailable (503); # * when a 3xx request comes with a "retry-after" value # - # https://gitlab.com/honeyryderchuck/httpx/wikis/RateLimiter + # https://gitlab.com/os85/httpx/wikis/RateLimiter # module RateLimiter class << self RATE_LIMIT_CODES = [429, 503].freeze