mirror of
https://github.com/caddyserver/caddy.git
synced 2025-11-14 10:17:37 +08:00
When only a single request has the least amount of requests, there's no need to compute a random number, because the modulo of 1 will always be 0 anyways.