v1.2.6.0 fix -d --web-root option
since I used setCurrentDirectory when serving static site, combine webroot and user requested path will result in File Not Found error. should always just use relative path or expand it to abs path. I choose to expand abs path. This allow skip calculate sha1sum when the same file is accessed via different webroot dir.
parent
4836bda5
Please register or sign in to comment