mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Prevent phases from being processed more than once.
This commit is contained in:
@@ -540,7 +540,7 @@ void DSOLOCAL modsecurity_shutdown(msc_engine *msce);
|
||||
|
||||
apr_status_t DSOLOCAL modsecurity_tx_init(modsec_rec *msr);
|
||||
|
||||
apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, int phase);
|
||||
apr_status_t DSOLOCAL modsecurity_process_phase(modsec_rec *msr, unsigned int phase);
|
||||
|
||||
|
||||
/* Request body functions */
|
||||
|
Reference in New Issue
Block a user