# HG changeset patch # User Igor Sysoev # Date 1291059713 0 # Node ID 01542054f2c36611d2f3b27a44c298b8c456ce0f # Parent 7f491d3f3b57a1c550fc2dfb13e8776b054a8cf2 fix comment diff -r 7f491d3f3b57 -r 01542054f2c3 src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c Mon Nov 29 19:40:54 2010 +0000 +++ b/src/http/ngx_http_core_module.c Mon Nov 29 19:41:53 2010 +0000 @@ -909,7 +909,7 @@ return NGX_OK; } - /* NGX_AGAIN || rc == NGX_ERROR || rc == NGX_HTTP_... */ + /* NGX_OK, NGX_AGAIN, NGX_ERROR, NGX_HTTP_... */ ngx_http_finalize_request(r, rc);