mirror of
https://github.com/actix/actix-web.git
synced 2024-11-26 19:41:12 +00:00
remove comment
This commit is contained in:
parent
93aa86e30b
commit
e559a197cc
1 changed files with 0 additions and 4 deletions
|
@ -302,10 +302,6 @@ impl Service<ServiceRequest> for AppRouting {
|
||||||
true
|
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 {
|
if let Some((srv, _info)) = res {
|
||||||
srv.call(req)
|
srv.call(req)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue