diff src/http/ngx_http.h @ 11:f323b4f74e4a

nginx-0.0.1-2002-09-12-18:42:29 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Sep 2002 14:42:29 +0000
parents 4f3879d9b6f6
children 055ed05235ae
line wrap: on
line diff
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -96,6 +96,8 @@ struct ngx_http_request_s {
 
     int    method;
 
+    time_t  lingering_time;
+
     int    http_version;
     int    http_major;
     int    http_minor;
@@ -111,6 +113,9 @@ struct ngx_http_request_s {
     ssize_t   client_content_length;
     char     *discarded_buffer;
 
+    unsigned  keepalive:1;
+    unsigned  lingering_close:1;
+
     unsigned  header_timeout:1;
     unsigned  process_header:1;