diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-11-29 19:41:53 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-11-29 19:41:53 +0000 |
| commit | f5798d8c0d6207e67d8e3d186a6276d155dd2075 (patch) | |
| tree | 4a8161377b6d0da3904578b741c6682908fee7f8 | |
| parent | bd4c8e88ee0457fe4a7f0481d7e0ac0b66358def (diff) | |
| download | nginx-f5798d8c0d6207e67d8e3d186a6276d155dd2075.tar.gz nginx-f5798d8c0d6207e67d8e3d186a6276d155dd2075.tar.bz2 | |
fix comment
| -rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 8f341d6e7..f3fa765c1 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -909,7 +909,7 @@ ngx_http_core_rewrite_phase(ngx_http_request_t *r, ngx_http_phase_handler_t *ph) 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); |
