revert processing NGX_OK in rewrite phase changed in r3798, this broke "return 204" and "return code text"
Igor Sysoev
11 years ago
1 changed file(s) with
0 addition(s)
and
5 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-5
src/http/ngx_http_core_module.c
less
more
898
898
"rewrite phase: %ui", r->phase_handler);
899
899
900
900
rc = ph->handler(r);
901
902
if (rc == NGX_OK) {
903
r->phase_handler = ph->next;
904
return NGX_AGAIN;
905
}
906
901
907
902
if (rc == NGX_DECLINED) {
908
903
r->phase_handler++;