nghttpx: Deal with the path without trailing slash on pattern match
If pattern ends with '/', and pattern and path matches without that slash, we consider they match to deal with request to the directory without trailing slash. That is if pattern is "/foo/" and path is "/foo", we consider they match.
Showing
Please register or sign in to comment