caddy/modules/caddyhttp/reverseproxy/fastcgi
Kévin Dunglas 3eb8e48ff0
Merge commit from fork
* feat: drop headers with underscore in their names

* feat: Caddyfile binding and tests for underscore-in-header drop

Add the `allow_underscore_in_headers` global server option, refine the
doc comment, and cover the filter end-to-end: server-level unit tests
(drop, opt-out, debug log, RFC-7230 space rejection), a fastcgi unit
test for the trimmed header name replacer, and forward_auth integration
tests for both the default-drop and opt-out paths.

* remove allow_underscore_in_headers option for now
2026-05-29 11:37:17 -06:00
..
caddyfile.go Use slices.Contains to simplify code (#7039) 2025-05-31 12:03:06 -06:00
client.go chore: clean up wording and typo fixes (#7745) 2026-05-20 16:36:30 +10:00
client_test.go use math/rand/v2 instead of math/rand (#7413) 2026-02-11 09:15:51 -07:00
fastcgi.go Merge commit from fork 2026-05-29 11:37:17 -06:00
fastcgi_test.go Merge commit from fork 2026-05-29 11:37:17 -06:00
header.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
pool.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
reader.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
record.go chore: ugh, lint fix... (#7275) 2025-09-26 03:14:48 -04:00
writer.go chore: fix golangci-lint error G602 in caddyhttp (#7334) 2025-11-03 03:04:55 +00:00