Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-25 19:38:36 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-25 19:38:36 +0400
commite959128b4a0edd9d3eba6983d7d507cb058b619d (patch)
tree521cf9bc86dcf5ebba3e62ee2c22d936721274fa /src/core/ngx_connection.h
parent6ba4df71b22ba0a2176ba80dfa985d50f37dbfd9 (diff)
keepalive_requests
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 5fd7a5ead..689b5f0e9 100644
--- 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 */