mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-31 11:02:08 +01:00
remove comment
This commit is contained in:
parent
93aa86e30b
commit
e559a197cc
@ -302,10 +302,6 @@ impl Service<ServiceRequest> for AppRouting {
|
||||
true
|
||||
});
|
||||
|
||||
// you might expect to find `req.add_data_container()` called here but `HttpRequest` objects
|
||||
// are created with the root data already set (in `AppInitService::call`) and root data is
|
||||
// retained when releasing requests back to the pool
|
||||
|
||||
if let Some((srv, _info)) = res {
|
||||
srv.call(req)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user