diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:50:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:50:51 +0000 |
| commit | 4f35368b4d929587724bec4da1d2dd7ad5a5239a (patch) | |
| tree | 94a755dafe6891cd14d0ae250a7a5c3655bde048 /src/core | |
| parent | 82bf3348421c84f6f3393b67a637103d33179808 (diff) | |
| download | nginx-4f35368b4d929587724bec4da1d2dd7ad5a5239a.tar.gz nginx-4f35368b4d929587724bec4da1d2dd7ad5a5239a.tar.bz2 | |
merge r2889:
keepalive_requests
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index ac8679697..4c41555e1 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -134,6 +134,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 */ |
