1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 00:44:26 +02:00

remove comment

This commit is contained in:
Rob Ede
2021-06-24 15:30:11 +01:00
parent 93aa86e30b
commit e559a197cc

View File

@ -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 {