caddy/modules/caddyhttp/reverseproxy
Steffen Brüheim 536c28d4dc
core: Support Windows absolute paths for UDS proxy upstreams (#5114)
* added some tests for parseUpstreamDialAddress

Test 4 fails because it produces "[[::1]]:80" instead of "[::1]:80"

* support absolute windows path in unix reverse proxy address

* make IsUnixNetwork public, support +h2c and reuse it
* add new tests
2023-02-08 10:05:09 -07:00
..
fastcgi caddytest: Revise sleep durations 2022-10-05 11:40:41 -06:00
forwardauth forwardauth: Canonicalize header fields (fix #5038) (#5097) 2022-10-05 01:37:01 -04:00
addresses.go core: Support Windows absolute paths for UDS proxy upstreams (#5114) 2023-02-08 10:05:09 -07:00
addresses_test.go core: Support Windows absolute paths for UDS proxy upstreams (#5114) 2023-02-08 10:05:09 -07:00
admin.go chore: Bump up to Go 1.19, minimum 1.18 (#4925) 2022-08-02 16:39:09 -04:00
ascii.go reverseproxy: Sync up handleUpgradeResponse with stdlib (#4664) 2022-04-11 12:49:56 -06:00
ascii_test.go reverseproxy: Sync up handleUpgradeResponse with stdlib (#4664) 2022-04-11 12:49:56 -06:00
caddyfile.go caddyhttp: Add server-level trusted_proxies config (#5103) 2023-01-10 00:08:23 -05:00
command.go reverseproxy: Add flag to short command to disable redirects (#5330) 2023-01-25 09:40:08 -05:00
copyresponse.go reverseproxy: Fix double headers in response handlers (#4847) 2022-06-22 15:10:14 -04:00
healthchecks.go reverseproxy: Set origreq in active health check (#5284) 2023-01-06 15:06:38 -05:00
hosts.go reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470) 2022-03-06 17:43:39 -07:00
httptransport.go core: Variadic Context.Logger(); soft deprecation 2022-09-16 16:55:36 -06:00
metrics.go reverseproxy: Add upstreams healthy metrics (#4935) 2022-08-27 12:30:23 -06:00
reverseproxy.go caddyhttp: Add server-level trusted_proxies config (#5103) 2023-01-10 00:08:23 -05:00
selectionpolicies.go reverseproxy: Improve hostByHashing distribution (#5229) 2022-12-05 11:28:12 -07:00
selectionpolicies_test.go reverseproxy: Improve hostByHashing distribution (#5229) 2022-12-05 11:28:12 -07:00
streaming.go reverseproxy: Log status code and byte count for websockets (#5140) 2023-02-06 16:14:59 -07:00
streaming_test.go ci: Use golangci's github action for linting (#3794) 2020-11-22 14:50:29 -07:00
upstreams.go core: Variadic Context.Logger(); soft deprecation 2022-09-16 16:55:36 -06:00