caddy/modules/caddyhttp/reverseproxy
Hayder 74949fb091
reverseproxy: Use xxhash instead of fnv32 for LB (#6203)
* Added Faster Non-cryptographic Hash Function for Load Balancing

* Ran golangci-lint

* Updated hash version and hash return type
2024-03-29 10:56:18 -06:00
..
fastcgi chore: enabling a few more linters (#5961) 2024-01-25 15:24:58 +00:00
forwardauth caddyfile: Stricter parsing, error for brace on new line (#5505) 2023-04-20 18:43:51 +00:00
addresses_test.go reverseproxy: do not parse upstream address too early if it contains replaceble parts (#5695) 2023-08-05 23:30:02 +02:00
addresses.go ci: Use gofumpt to format code (#5707) 2023-08-07 19:40:31 +00:00
admin.go fix struct names (#6151) 2024-03-06 13:53:03 +00:00
ascii_test.go filesystem: Globally declared filesystems, fs directive (#5833) 2024-01-13 20:12:43 +00:00
ascii.go reverseproxy: Sync up handleUpgradeResponse with stdlib (#4664) 2022-04-11 12:49:56 -06:00
caddyfile.go caddyhttp: Allow header replacement with empty string (#6163) 2024-03-21 17:29:32 +00:00
command.go cmd: reverseproxy: log: use caddy logger (#6042) 2024-01-23 10:52:02 -07:00
copyresponse.go reverseproxy: Fix double headers in response handlers (#4847) 2022-06-22 15:10:14 -04:00
healthchecks.go reverseproxy: configurable active health_passes and health_fails (#6154) 2024-03-20 11:13:35 -06:00
hosts.go reverseproxy: configurable active health_passes and health_fails (#6154) 2024-03-20 11:13:35 -06:00
httptransport.go reverseproxy: Configurable forward proxy URL (#6114) 2024-03-18 04:07:25 +00:00
metrics.go reverseproxy: Fix reinitialize upstream healthy metrics (#5498) 2023-04-25 09:59:26 -06:00
reverseproxy.go reverseproxy: use context.WithoutCancel (#6116) 2024-02-19 20:25:02 -07:00
selectionpolicies_test.go reverseproxy: Use xxhash instead of fnv32 for LB (#6203) 2024-03-29 10:56:18 -06:00
selectionpolicies.go reverseproxy: Use xxhash instead of fnv32 for LB (#6203) 2024-03-29 10:56:18 -06:00
streaming_test.go reverseproxy: Add more debug logs (#5793) 2023-10-11 13:36:20 -06:00
streaming.go logging: Add zap.Option support (#5944) 2023-12-18 20:48:34 +00:00
upstreams.go reverseproxy: SRV dynamic upstream failover (#5832) 2024-03-05 12:08:31 -07:00