mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
removed obsolete comment
This commit is contained in:
@@ -153,7 +153,6 @@ func (fs *FS) NewRequestHandler() RequestHandler {
|
||||
|
||||
pathRewrite := fs.PathRewrite
|
||||
if pathRewrite == nil {
|
||||
// This stripper strips only trailing slashes.
|
||||
pathRewrite = NewPathSlashesStripper(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user