]> git.kaiwu.me - nginx.git/commit
Fixed post_action to not trigger "header already sent" alert.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 28 Nov 2014 13:57:50 +0000 (16:57 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 28 Nov 2014 13:57:50 +0000 (16:57 +0300)
commitcb451bd6a46dd4b3053bc4ec2f667d4970c41665
tree0a1875e756c3f6f98049991b372c8a6ad7fe45b2
parent4dafec8d514a685f1da0d097f53313b53e0c759a
Fixed post_action to not trigger "header already sent" alert.

The alert was introduced in 03ff14058272 (1.5.4), and was triggered on each
post_action invocation.

There is no real need to call header filters in case of post_action,
so return NGX_OK from ngx_http_send_header() if r->post_action is set.
src/http/ngx_http_core_module.c