aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 12:45:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 12:45:27 +0000
commit1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6 (patch)
tree6a7000dd1f33ce80dfb7ec3863a4de3002f5f772 /src/http/ngx_http.c
parente89c4581f4706187052671a8a40dda4fe3e3c391 (diff)
downloadnginx-1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6.tar.gz
nginx-1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6.zip
nginx-0.0.1-2003-12-19-15:45:27 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index 592e1b6ca..9cb3fdc5f 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -10,12 +10,6 @@ static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
int ngx_http_max_module;
-ngx_uint_t ngx_http_reading_state;
-ngx_uint_t ngx_http_processing_state;
-ngx_uint_t ngx_http_writing_state;
-ngx_uint_t ngx_http_lingering_close_state;
-ngx_uint_t ngx_http_keepalive_state;
-
ngx_uint_t ngx_http_total_requests;
uint64_t ngx_http_total_sent;