Skip to content

Releases: sunbird1015/caddy

rm some pkgs

Choose a tag to compare

@sunbird1015 sunbird1015 released this 21 Jun 04:26
v2.6.5

rm pkgs that depend on xxhash v1

copy from caddyserver

Choose a tag to compare

@sunbird1015 sunbird1015 released this 21 Jun 04:05
361946e
reverseproxy: weighted_round_robin load balancing policy (#5579)

* added weighted round robin algorithm to load balancer

* added an adapt integration test for wrr and fixed a typo

* changed args format to Caddyfile args convention

* added provisioner and validator for wrr

* simplified the code and improved doc