commit | 3a40d48164f13be2ddfc2ed84e593edc40d12a1c | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Sep 12 14:42:29 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Sep 12 14:42:29 2002 +0000 |
tree | 591342422899073c8e16cf0bb72a64a2d840935c | |
parent | e0268b95c6dea75f88d3874213b1aa0cd0aba692 [diff] [blame] |
nginx-0.0.1-2002-09-12-18:42:29 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 0a26004..6968dee 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -96,6 +96,8 @@ int method; + time_t lingering_time; + int http_version; int http_major; int http_minor; @@ -111,6 +113,9 @@ ssize_t client_content_length; char *discarded_buffer; + unsigned keepalive:1; + unsigned lingering_close:1; + unsigned header_timeout:1; unsigned process_header:1;