aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-20 17:14:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-20 17:14:07 +0000
commit54276be80c35fcff04da8cd129452995e9ba8ba5 (patch)
tree78288161f5b678ca73acc281e64302034cf3e54a /src/http/ngx_http_request.h
parent13829b7316411fa13c848015e1011a53405f37be (diff)
downloadnginx-54276be80c35fcff04da8cd129452995e9ba8ba5.tar.gz
nginx-54276be80c35fcff04da8cd129452995e9ba8ba5.zip
nginx-0.0.1-2003-10-20-21:14:07 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index c3029909f..f47ea6cd0 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -75,6 +75,7 @@ typedef struct {
ngx_table_elt_t *accept_encoding;
ngx_table_elt_t *user_agent;
+ ngx_table_elt_t *keep_alive;
ngx_table_t *headers;
} ngx_http_headers_in_t;