1
0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-03-31 02:21:43 +02:00
caddy/modules/caddyhttp/reverseproxy/fastcgi
Kévin Dunglas eddbccd298
fastcgi: remove dir redirection when useless in php_fastcgi ()
* perf: remove dir redirection when useless in php_fastcgi

* fix test

* review

* fix

* fix

* simplify

* simplify again

* restore test

* add test
2024-11-21 10:38:31 -07:00
..
caddyfile.go fastcgi: remove dir redirection when useless in php_fastcgi () 2024-11-21 10:38:31 -07:00
client.go perf: use zap's Check() to prevent useless allocs () 2024-09-13 11:16:37 -06:00
client_test.go caddytls: Upgrade ACMEz to v2; support ZeroSSL API; various fixes () 2024-04-13 21:31:43 -04:00
fastcgi.go core: Implement FastAbs to avoid repeated os.Getwd calls () 2024-11-13 03:55:51 -05:00
header.go fastcgi: Optimize FastCGI transport () 2022-09-02 16:57:55 -06:00
pool.go fastcgi: Optimize FastCGI transport () 2022-09-02 16:57:55 -06:00
reader.go fastcgi: Optimize FastCGI transport () 2022-09-02 16:57:55 -06:00
record.go fastcgi: Optimize FastCGI transport () 2022-09-02 16:57:55 -06:00
writer.go fastcgi: Optimize FastCGI transport () 2022-09-02 16:57:55 -06:00