mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00

This resolves a bug when file system URLs are used on Windows. It reverts part of a previous change where URLs were normalized prior to the request in order to reduce key collisions in the history cache. Because htmx's history cache is based entirely on response URLs, not request URLs, I am reasonably confident that reverting this line doesn't affect that optimization at all, but in any case it causes a bug which is more important.