commit | 54276be80c35fcff04da8cd129452995e9ba8ba5 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Oct 20 17:14:07 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Oct 20 17:14:07 2003 +0000 |
tree | 78288161f5b678ca73acc281e64302034cf3e54a | |
parent | 13829b7316411fa13c848015e1011a53405f37be [diff] [blame] |
nginx-0.0.1-2003-10-20-21:14:07 import
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index c302990..f47ea6c 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -75,6 +75,7 @@ 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;