0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules/caddyhttp/reverseproxy
Matthew Holt 246a31aacd
reverseproxy: Restore request's original host and header (fix #3509)
We already restore them within the retry loop, but after successful
proxy we didn't reset them, so as handlers bubble back up, they would
see the values used for proxying.

Thanks to @ziddey for identifying the cause.
2020-07-17 17:54:58 -06:00
..
fastcgi fastcgi: Ensure leading slash, omit SERVER_PORT if empty for compliance (#3570) 2020-07-17 14:48:50 -06:00
caddyfile.go reverseproxy: Fix Caddyfile parsing for empty non-http transports (#3576) 2020-07-17 13:18:32 -06:00
command.go chore: Fix typo in reverse-proxy subcommand help message (#3513) 2020-06-22 00:40:54 -04:00
healthchecks.go reverseproxy: Fix https active health checks #3450 (#3451) 2020-05-26 12:40:57 -06:00
hosts.go core: Rename ParsedAddress -> NetworkAddress 2020-04-07 08:33:45 -06:00
httptransport.go pki: Embedded ACME server (#3198) 2020-05-05 12:35:32 -06:00
reverseproxy.go reverseproxy: Restore request's original host and header (fix #3509) 2020-07-17 17:54:58 -06:00
selectionpolicies.go core: Rename ParsedAddress -> NetworkAddress 2020-04-07 08:33:45 -06:00
selectionpolicies_test.go Migrate some selection policy tests over to v2 2019-09-09 21:44:58 -06:00
streaming.go reverseproxy: Close websocket conn if req context cancels 2020-06-11 15:25:26 -06:00