]> git.kaiwu.me - nginx.git/commit
Autoindex: return NGX_ERROR on error if headers were sent.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 30 Jul 2013 07:43:21 +0000 (11:43 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 30 Jul 2013 07:43:21 +0000 (11:43 +0400)
commit30091e8b38eb54639cc19ea5d2812f767c1be4c3
tree0947ee62fbe9588f2044e8a4673b9b0633d72cab
parent6f05c095a885b8834df0b5c2310e8dd528187a5a
Autoindex: return NGX_ERROR on error if headers were sent.

This prevents ngx_http_finalize_request() from issuing
ngx_http_special_response_handler() on a freed context.
src/http/modules/ngx_http_autoindex_module.c