TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.63k stars 175 forks source link

fix: sort by name and ignore case #101

Open bestgopher opened 9 months ago

bestgopher commented 9 months ago

If the filenames here are a mix of uppercase and lowercase initials, sorting will put all files starting with uppercase letters in front, and those starting with lowercase letters at the end.