mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Working on cache enhancements. See trac #14.
This commit is contained in:
@@ -309,7 +309,8 @@ char DSOLOCAL *msre_format_metadata(modsec_rec *msr, msre_actionset *actionset);
|
||||
struct msre_cache_rec {
|
||||
int hits;
|
||||
int changed;
|
||||
const char *key;
|
||||
int num;
|
||||
const char *path;
|
||||
const char *val;
|
||||
apr_size_t val_len;
|
||||
};
|
||||
|
Reference in New Issue
Block a user