aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r--src/core/ngx_string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h
index 00617f3b2..3514e52f3 100644
--- a/src/core/ngx_string.h
+++ b/src/core/ngx_string.h
@@ -25,11 +25,12 @@ typedef struct {
typedef struct {
- unsigned len:29;
+ unsigned len:28;
unsigned valid:1;
unsigned no_cacheable:1;
unsigned not_found:1;
+ unsigned escape:1;
u_char *data;
} ngx_variable_value_t;