mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Add the missing g in Transaction::GetReponseBodyLenth()
This commit fixes a typo in the method name for retrieving the body length.
This commit is contained in:
committed by
Felipe Zimmerle
parent
56baef5f1f
commit
bce5ef7704
@@ -318,7 +318,7 @@ class Transaction : public TransactionAnchoredVariables {
|
||||
size_t offset);
|
||||
|
||||
const char *getResponseBody();
|
||||
int getResponseBodyLenth();
|
||||
int getResponseBodyLength();
|
||||
|
||||
#ifndef NO_LOGS
|
||||
void debug(int, std::string);
|
||||
|
Reference in New Issue
Block a user