mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-18 20:05:34 +02:00
allow parent data containers to be accessed from child scopes
This commit is contained in:
@@ -245,7 +245,7 @@ where
|
||||
inner.path.reset();
|
||||
inner.head = head;
|
||||
inner.payload = payload;
|
||||
inner.app_data = self.data.clone();
|
||||
inner.app_data.push(self.data.clone());
|
||||
req
|
||||
} else {
|
||||
HttpRequest::new(
|
||||
|
Reference in New Issue
Block a user