]> git.kaiwu.me - nginx.git/commit
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:56:13 +0000 (14:56 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 10:56:13 +0000 (14:56 +0400)
commitd23dc7d4279ce0e6530886a0cd15b4ca60f62421
treee6a4f6fe8e98d1602ffc029fe164441be1ccc9a1
parent76e15717491d6d4b227d715f3a80ae8859e30b5a
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.

Previously, ngx_http_upstream_finalize_request(0) was used in most
cases after errors.  While with current code there is no difference,
use of NGX_ERROR allows to pass a bit more information into
ngx_http_upstream_finalize_request().
src/http/ngx_http_upstream.c