]> git.kaiwu.me - nginx.git/commit
Fixed request finalization in ngx_http_index_handler().
authorRuslan Ermilov <ru@nginx.com>
Mon, 16 Dec 2019 12:19:01 +0000 (15:19 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 16 Dec 2019 12:19:01 +0000 (15:19 +0300)
commit48086f79ad7d9ac08943312f59215533330617d0
tree79d0fb839313194198b4f1a93a531df46242827d
parentbe45a3aa590a5f7e64c6d55e8e0f78565adf4823
Fixed request finalization in ngx_http_index_handler().

Returning 500 instead of NGX_ERROR is preferable here because
header has not yet been sent to the client.
src/http/modules/ngx_http_index_module.c