Merging rev 2079 with the branch 2.7.x

This commit is contained in:
brenosilva
2012-10-14 23:34:58 +00:00
parent d7b9ad8629
commit af537253d6
7 changed files with 557 additions and 96 deletions

View File

@@ -71,6 +71,8 @@ void modsecSetReadResponse(apr_status_t (*func)(request_rec *r, char *buf, unsig
void modsecSetWriteBody(apr_status_t (*func)(request_rec *r, char *buf, unsigned int length));
void modsecSetWriteResponse(apr_status_t (*func)(request_rec *r, char *buf, unsigned int length));
int modsecIsResponseBodyAccessEnabled(request_rec *r);
#ifdef __cplusplus
}
#endif