Improvements in detection only

This commit is contained in:
brenosilva
2011-04-05 17:41:52 +00:00
parent b8828ad3f1
commit 9c5e0a4f98
2 changed files with 4 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ apr_status_t read_request_body(modsec_rec *msr, char **error_msg) {
} else {
*error_msg = apr_psprintf(msr->mp, "A Request body is larger than the "
*error_msg = apr_psprintf(msr->mp, "Request body is larger than the "
"configured limit (%ld).", msr->txcfg->reqbody_limit);
return -5;