1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-31 11:02:08 +01: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 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 {