mirror of
https://github.com/caddyserver/caddy.git
synced 2026-09-15 07:11:10 -04:00
- 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.