Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertion when requesting URL containing ':' from serveStaticFiles.
Paths containing a colon were considered to be Windows absolute paths, causing Path.opBinary!("~") to assert. Now, the request is just ignored (causing a 404 to be gennerated).
- Loading branch information