mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
d4a7d89f56
* If upstreams are all using same host but with different ports ie: foobar:4001 foobar:4002 foobar:4003 ... Because fnv-1a has not a good enough avalanche effect Then the hostByHashing result is not well balanced over all upstreams As last byte FNV input tend to affect few bits, the idea is to change the concatenation order between the key and the upstream strings So the upstream last byte have more impact on hash diffusion |
||
---|---|---|
.. | ||
fastcgi | ||
forwardauth | ||
addresses.go | ||
admin.go | ||
ascii.go | ||
ascii_test.go | ||
caddyfile.go | ||
command.go | ||
copyresponse.go | ||
healthchecks.go | ||
hosts.go | ||
httptransport.go | ||
metrics.go | ||
reverseproxy.go | ||
selectionpolicies.go | ||
selectionpolicies_test.go | ||
streaming.go | ||
streaming_test.go | ||
upstreams.go |