summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_event.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-24 17:30:59 +0000
commit3a17f2483690412134e548a1a961e1424f958c01 (patch)
tree48b1b8efe8887453284d6fa60c056a9626ba1bbf /src/http/ngx_http_event.c
parent0d2bda53741ae243cca12364ccb662fd6b7b0d81 (diff)
downloadnginx-3a17f2483690412134e548a1a961e1424f958c01.tar.gz
nginx-3a17f2483690412134e548a1a961e1424f958c01.tar.bz2
nginx-0.0.1-2002-12-24-20:30:59 import
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c
index ff06ec1c2..158767014 100644
--- a/src/http/ngx_http_event.c
+++ b/src/http/ngx_http_event.c
@@ -549,7 +549,7 @@ static int ngx_http_writer(ngx_event_t *ev)
if (!r->keepalive) {
if (r->lingering_close) {
- ngx_http_set_lingering_close(r);
+ return ngx_http_set_lingering_close(r);
} else {
return ngx_http_close_request(r);