diff options
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 6 |
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; |