mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds protocol and http version to processUri method's signature
Protocol and http version will be further used to fill some variables and the audit log.
This commit is contained in:
@@ -56,6 +56,8 @@ class RegressionTest {
|
||||
int clientPort;
|
||||
int serverPort;
|
||||
|
||||
std::string protocol;
|
||||
std::string httpVersion;
|
||||
std::string uri;
|
||||
|
||||
static inline std::string yajl_array_to_str(const yajl_val &node);
|
||||
|
Reference in New Issue
Block a user