mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-20 12:45:41 +02:00
refactor ws frame parser
This commit is contained in:
@@ -395,7 +395,6 @@ impl<S> Handler<S> for NormalizePath {
|
||||
}
|
||||
}
|
||||
} else if p.ends_with('/') {
|
||||
println!("=== {:?}", p);
|
||||
// try to remove trailing slash
|
||||
let p = p.as_ref().trim_right_matches('/');
|
||||
if router.has_route(p) {
|
||||
|
Reference in New Issue
Block a user