We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4bb31 commit 8165795Copy full SHA for 8165795
src/webserver/database/sqlpage_functions/functions.rs
@@ -580,7 +580,7 @@ async fn run_sql<'a>(
580
})?;
581
request.fork_with_variables(variables)
582
} else {
583
- request.clone()
+ request.fork()
584
};
585
let max_recursion_depth = app_state.config.max_recursion_depth;
586
if tmp_req.clone_depth > max_recursion_depth {
0 commit comments