diff src/core/ngx_connection.h @ 2888:512d164a8348

keepalive_requests
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 15:38:36 +0000
parents d788477f5a67
children 113cd532b328
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -135,6 +135,8 @@ struct ngx_connection_s {
 
     ngx_atomic_uint_t   number;
 
+    ngx_uint_t          requests;
+
     unsigned            buffered:8;
 
     unsigned            log_error:3;     /* ngx_connection_log_error_e */