mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Implement variables for access to performance measurements.
This commit is contained in:
@@ -193,7 +193,7 @@ static apr_status_t modsecurity_tx_cleanup(void *data) {
|
||||
}
|
||||
}
|
||||
|
||||
msr->time_persistence += apr_time_now() - time_before;
|
||||
msr->time_storage_write += apr_time_now() - time_before;
|
||||
|
||||
/* Multipart processor cleanup. */
|
||||
if (msr->mpd != NULL) multipart_cleanup(msr);
|
||||
|
Reference in New Issue
Block a user