mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Confusing variable name in setRequestBody method
This commit is contained in:
parent
5aec781d39
commit
f82b98c04d
@ -47,7 +47,7 @@ class HttpsClient {
|
||||
size_t handle_impl(char * data, size_t size, size_t nmemb);
|
||||
void setKey(const std::string& key);
|
||||
void setRequestType(const std::string& requestType);
|
||||
void setRequestBody(const std::string& requestType);
|
||||
void setRequestBody(const std::string& requestBody);
|
||||
|
||||
std::string error;
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user