]> git.kaiwu.me - nginx.git/commit
Perl: removed unneeded NGX_DONE test.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jul 2019 20:20:08 +0000 (23:20 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Jul 2019 20:20:08 +0000 (23:20 +0300)
commit60e7480533480b6340cae596118aa0ac72c0fce9
treebadde98c15cbbd7f6455f9edd513e21ef866b1d2
parent1e673c72dd9d0e88ec5918622e9656fe46b02403
Perl: removed unneeded NGX_DONE test.

The NGX_DONE test in ngx_http_perl_handle_request() was introduced
in 1702:86bb52e28ce0, which also modified ngx_http_perl_call_handler()
to return NGX_DONE with c->destroyed.  The latter part was then
removed in 3050:f54b02dbb12b, so NGX_DONE test is no longer needed.
src/http/modules/perl/ngx_http_perl_module.c