diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-05-20 15:37:55 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-20 15:37:55 +0000 |
| commit | 1c13c662f0ae8066d1d4849b4158d7459a4c7822 (patch) | |
| tree | a8e517c0d41e922b1d3744d869edc60ed540b2d9 /src/http/ngx_http_event.c | |
| parent | a98301160de4c12f455cca8f78509f2e04626c0b (diff) | |
| download | nginx-1c13c662f0ae8066d1d4849b4158d7459a4c7822.tar.gz nginx-1c13c662f0ae8066d1d4849b4158d7459a4c7822.tar.bz2 | |
nginx-0.0.1-2003-05-20-19:37:55 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_event.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index 1b9110fe1..f14dd96ff 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c @@ -695,8 +695,7 @@ static ssize_t ngx_http_read_request_header(ngx_http_request_t *r) void ngx_http_finalize_request(ngx_http_request_t *r, int error) { - int rc, event; - ngx_msec_t timeout; + int rc; ngx_event_t *rev, *wev; rc = error; @@ -794,7 +793,6 @@ void ngx_http_set_write_handler(ngx_http_request_t *r) static void ngx_http_writer(ngx_event_t *wev) { int rc; - ngx_msec_t timeout; ngx_event_t *rev; ngx_connection_t *c; ngx_http_request_t *r; |
