mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-07 02:37:27 +08:00

- The mime middleware used filepath where it should arguably use path. - Changed the configuration to use a map instead of scanning an array during every request. The map is static (after configuration), so should be fine for concurrent access. - Catch duplicate extensions within a configuration and error out. - Add tests for new error case.