]> git.kaiwu.me - nginx.git/commit
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 11:00:25 +0000 (15:00 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 25 Jul 2013 11:00:25 +0000 (15:00 +0400)
commit86277254dda48d76f3617ceb8ee934dfddeb332f
tree77f1dffb2aad6b1c6ace37b2bb12f1d8ce4a6bfa
parent960d0bfe344d70223fec74079378992897855cc3
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.

The NGX_HTTP_CLIENT_CLOSED_REQUEST code is allowed to happen after we
started sending a response (much like NGX_HTTP_REQUEST_TIME_OUT), so there
is no need to reset response code to 0 in this case.
src/http/ngx_http_upstream.c