mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-05 21:45:17 -04:00
3860b235d0
We can't use a positional index on an original string that we got from its lower-cased equivalent. Implement our own IndexFold() function b/c the std lib does not have one.