mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Confusing variable name in setRequestBody method
This commit is contained in:
@@ -50,8 +50,8 @@ void HttpsClient::setKey(const std::string& key) {
|
|||||||
m_key = "ModSec-key: " + key;
|
m_key = "ModSec-key: " + key;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HttpsClient::setRequestBody(const std::string& requestType) {
|
void HttpsClient::setRequestBody(const std::string& requestBody) {
|
||||||
m_requestBody = requestType;
|
m_requestBody = requestBody;
|
||||||
}
|
}
|
||||||
|
|
||||||
void HttpsClient::setRequestType(const std::string& requestType) {
|
void HttpsClient::setRequestType(const std::string& requestType) {
|
||||||
|
Reference in New Issue
Block a user