2.5.13-dev3 and SecReadStateLimit

This commit is contained in:
brenosilva
2010-11-22 15:16:29 +00:00
parent b6d29e7f35
commit 03c78dafbc
5 changed files with 117 additions and 1 deletions

View File

@@ -131,6 +131,8 @@ extern DSOLOCAL unsigned long int msc_pcre_match_limit;
extern DSOLOCAL unsigned long int msc_pcre_match_limit_recursion;
extern DSOLOCAL unsigned long int conn_read_state_limit;
#define RESBODY_STATUS_NOT_READ 0 /* we were not configured to read the body */
#define RESBODY_STATUS_ERROR 1 /* error occured while we were reading the body */
#define RESBODY_STATUS_PARTIAL 2 /* partial body content available in the brigade */