commit | d23dc7d4279ce0e6530886a0cd15b4ca60f62421 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Jul 25 14:56:13 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Jul 25 14:56:13 2013 +0400 |
tree | e6a4f6fe8e98d1602ffc029fe164441be1ccc9a1 | |
parent | 76e15717491d6d4b227d715f3a80ae8859e30b5a [diff] |
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().