aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-10-27 16:16:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-10-27 16:16:17 +0000
commit425a42ce3dfe0a24c5c6eb44285447b40e685291 (patch)
tree7eaa9a2587617b14b88d4dc6b7ee1979b2b8f733 /src/http/ngx_http_request.c
parent10fc9ef77503ec4db5f5006557aeffc1939043ca (diff)
downloadnginx-425a42ce3dfe0a24c5c6eb44285447b40e685291.tar.gz
nginx-425a42ce3dfe0a24c5c6eb44285447b40e685291.zip
nginx-0.0.1-2003-10-27-19:16:17 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 9b8ac2786..e3a495234 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -629,7 +629,7 @@ static void ngx_http_process_request_headers(ngx_event_t *rev)
return;
}
- if (r->header_timeout_set) {
+ if (rev->timer_set) {
ngx_del_timer(rev);
}