]> 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)
commiteb3fed9338768a152d208cf15f78eb60f2c0b6d2
treed2a8dcc619890c551c3b6be6b0f41f603f9642be
parent92f0126269a4e4faa7c5f459d6a928ac83b5fa9c
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