0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-24 23:57:05 -05:00
caddy/modules
Francis Lavoie b19946f6af
reverseproxy: Optimize base case for least_conn and random_choose policies (#5487)
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.
2023-05-05 20:53:48 -06:00
..
caddyevents
caddyhttp reverseproxy: Optimize base case for least_conn and random_choose policies (#5487) 2023-05-05 20:53:48 -06:00
caddypki acmeserver: Configurable resolvers, fix smallstep deprecations (#5500) 2023-05-03 17:07:22 +00:00
caddytls caddytls: Eval replacer on automation policy subjects (#5459) 2023-03-27 21:16:22 +00:00
filestorage
logging logging: Actually honor the SoftStart parameter 2023-05-04 16:30:34 -06:00
metrics
standard