caddy/modules
Jesper Brix Rosenkilde 6c38ae7381
reverseproxy: Add valid Upstream to DialInfo in active health checks (#6949)
Currently if we extract the DialInfo from a Request Context during an active health check, then the Upstream in the DialInfo is nil.

This PR attempts to set the Upstream to a sensible value, based on wether or not the Upstream has been overriden in the active health check's config.
2025-04-15 08:44:53 -06:00
..
caddyevents events: Refactor; move Event into core, so core can emit events (#6930) 2025-03-29 08:15:43 -06:00
caddyfs events: Refactor; move Event into core, so core can emit events (#6930) 2025-03-29 08:15:43 -06:00
caddyhttp reverseproxy: Add valid Upstream to DialInfo in active health checks (#6949) 2025-04-15 08:44:53 -06:00
caddypki caddypki: Remove lifetime check at Caddyfile parse (fix #6878) 2025-03-06 11:40:03 -07:00
caddytls go.mod: Upgrade to libdns 1.0 beta APIs (requires upgraded DNS providers) 2025-04-07 12:43:11 -06:00
filestorage caddyfile: Normalize & flatten all unmarshalers (#6037) 2024-01-23 19:36:59 -05:00
internal/network core: add modular `network_proxy` support (#6399) 2025-03-21 17:06:15 +00:00
logging caddyfile: add error handling for unrecognized subdirective/options in various modules (#6884) 2025-03-08 23:45:05 +03:00
metrics metrics: scope metrics to active config, add optional per-host metrics (#6531) 2024-10-02 08:23:26 -06:00
standard