Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-03-05 09:37:42 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-03-05 09:37:42 +0300
commit3d062ad9393e7bc22a448971799808be55372f91 (patch)
tree15558f6465ed0e632d3442f54140af8aa5acca41 /src/http/ngx_http.h
parent6a644c694de6a7afc87d25395c2cf6fcc46c4e6f (diff)
nginx-0.0.1-2003-03-05-09:37:42 import
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;