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.c | |
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.c')
-rw-r--r-- | src/http/ngx_http_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index f972402b7..fb5bf2c48 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -59,6 +59,7 @@ static ngx_http_header_t headers_in[] = { #endif { ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) }, + { ngx_string("Keep-Alive"), offsetof(ngx_http_headers_in_t, keep_alive) }, { ngx_null_string, 0 } }; |