aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index cb62966a3..60626d5f8 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -155,6 +155,7 @@ struct ngx_http_request_s {
ngx_str_t path;
int path_err;
+ unsigned pipeline:1;
unsigned keepalive:1;
unsigned lingering_close:1;
@@ -176,6 +177,7 @@ struct ngx_http_request_s {
char *uri_end;
char *uri_ext;
char *args_start;
+ char *request_start;
char *request_end;
char *header_name_start;
char *header_name_end;