diff src/core/ngx_connection.h @ 1135:03f1133f24e8

close keep-alive connections in the shuting down processes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Mar 2007 13:20:15 +0000
parents 362d156f0278
children 5975975eedc0 567028e737cc
line wrap: on
line diff
--- a/src/core/ngx_connection.h	Wed Mar 07 10:25:16 2007 +0000
+++ b/src/core/ngx_connection.h	Mon Mar 19 13:20:15 2007 +0000
@@ -143,6 +143,9 @@
     unsigned            error:1;
     unsigned            destroyed:1;
 
+    unsigned            idle:1;
+    unsigned            close:1;
+
     unsigned            sendfile:1;
     unsigned            sndlowat:1;
     unsigned            tcp_nodelay:2;   /* ngx_connection_tcp_nodelay_e */