0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/modules/caddyhttp/reverseproxy/fastcgi
Matthew Holt e43b6d8178 core: Variadic Context.Logger(); soft deprecation
Ideally I'd just remove the parameter to caddy.Context.Logger(), but
this would break most Caddy plugins.

Instead, I'm making it variadic and marking it as partially deprecated.
In the future, I might completely remove the parameter once most
plugins have updated.
2022-09-16 16:55:36 -06:00
..
caddyfile.go fastcgi: allow users to log stderr output (#4967) (#5004) 2022-09-02 00:02:48 -04:00
client.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
client_test.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
fastcgi.go core: Variadic Context.Logger(); soft deprecation 2022-09-16 16:55:36 -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 fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00
writer.go fastcgi: Optimize FastCGI transport (#4978) 2022-09-02 16:57:55 -06:00