diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-20 17:14:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-20 17:14:07 +0000 |
commit | 54276be80c35fcff04da8cd129452995e9ba8ba5 (patch) | |
tree | 78288161f5b678ca73acc281e64302034cf3e54a /src/http/ngx_http_request.h | |
parent | 13829b7316411fa13c848015e1011a53405f37be (diff) | |
download | nginx-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.h | 1 |
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; |