]> git.kaiwu.me - nginx.git/commit
Perl: avoid redirects on errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 12 Jul 2019 12:38:27 +0000 (15:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 12 Jul 2019 12:38:27 +0000 (15:38 +0300)
commit12d6b3b4a1d024bd8098e20b43b0b7020e5286e6
tree58404fd977b6bd74718d5143c3ce0539795bab19
parentcae2e689083a04b2ddbb93bef5313b136080df65
Perl: avoid redirects on errors.

Previously, redirects scheduled with $r->internal_redirect() were followed
even if the code then died.  Now these are ignored and nginx will return
an error instead.
src/http/modules/perl/ngx_http_perl_module.c