caddy/modules/caddyhttp/reverseproxy
Mohammed Al Sahaf 39b87003af
remove tests of methods no longer available on `master`
- reverseproxy: TestHostActiveHealthCounters and TestHostResetHealth
  tested Host.activeHealth*/countHealth*/resetHealth methods, which
  master #7916 moved to Upstream.
- rewrite: rewrite_utils_test.go tested the reverse() helper, which
  master #7877 removed as part of a strip_path_suffix bug fix.
- root: Config.cancelFunc changed from context.CancelFunc to
  context.CancelCauseFunc upstream; pass nil cause in the test cleanup.
2026-08-30 16:07:24 +03:00
..
fastcgi fastcgi: fix HTTPoxy vulnerability (#7934) 2026-08-19 13:07:24 +10:00
forwardauth forwardauth: error on duplicate uri subdirective (#7814) 2026-06-10 23:31:04 -04:00
active_health_test.go reverseproxy: isolate active health-check state per distinct check config (#7916) 2026-08-12 15:20:15 +10:00
addresses.go
addresses_test.go
admin.go
admin_test.go
ascii.go
ascii_test.go
buffering_test.go
caddyfile.go reverseproxy: fix misleading handle_response error for extra matcher args (#7869) 2026-07-10 05:40:23 +00:00
client_disconnect_test.go reverseproxy: log status 499 instead of 0 when client disconnects (#7827) 2026-06-18 13:31:02 +10:00
command.go
copyresponse.go
dynamic_upstreams_test.go
headers_test.go chore: replace `interface{}` with `any` for modernization (#7571) 2026-04-11 19:53:12 +03:00
healthchecks.go reverseproxy: isolate active health-check state per distinct check config (#7916) 2026-08-12 15:20:15 +10:00
hopheaders_test.go Merge commit from fork 2026-06-12 12:39:01 -06:00
hosts.go reverseproxy: isolate active health-check state per distinct check config (#7916) 2026-08-12 15:20:15 +10:00
hosts_test.go remove tests of methods no longer available on `master` 2026-08-30 16:07:24 +03:00
httptransport.go fix: close resources on error paths (#7940) 2026-08-16 21:02:39 +10:00
httptransport_test.go fix: close resources on error paths (#7940) 2026-08-16 21:02:39 +10:00
metrics.go
passive_health_test.go
prepare_request_bench_test.go reverseproxy: reduce allocation/CPU overhead in request hot paths (#7925) 2026-08-10 15:49:55 +10:00
retries_test.go reverseproxy: further prevent body closes from dial errors (#7715) 2026-05-12 12:05:50 -06:00
reverseproxy.go reverseproxy: reduce allocation/CPU overhead in request hot paths (#7925) 2026-08-10 15:49:55 +10:00
selectionpolicies.go reverseproxy: fix broken reservoir sampling in random_choose policy (#7873) 2026-07-12 09:25:31 +10:00
selectionpolicies_test.go fileserver: speed up directory browsing for large directories (#7903) 2026-08-01 00:38:04 +10:00
streaming.go reverseproxy: make stream copy buffer size configurable (#7627) 2026-04-10 14:49:32 -06:00
streaming_test.go reverseproxy: make stream copy buffer size configurable (#7627) 2026-04-10 14:49:32 -06:00
upstreams.go reverseproxy: preallocate upstream slices with known sizes (#7926) 2026-08-10 15:51:50 +10:00
upstreams_bench_test.go reverseproxy: preallocate upstream slices with known sizes (#7926) 2026-08-10 15:51:50 +10:00
upstreams_test.go