1
0
Fork 0
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:
Rob Ede 2021-06-24 15:30:11 +01:00
parent 93aa86e30b
commit e559a197cc
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

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 {