mirror of https://github.com/openresty/openresty
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
419 B
Diff
12 lines
419 B
Diff
13 years ago
|
--- nginx-1.0.15/src/http/ngx_http_core_module.c 2012-03-05 21:03:39.000000000 +0800
|
||
|
+++ nginx-1.0.15-patched/src/http/ngx_http_core_module.c 2012-05-02 21:57:40.624937882 +0800
|
||
|
@@ -2567,6 +2567,8 @@
|
||
|
|
||
|
r->phase_handler = cmcf->phase_engine.location_rewrite_index;
|
||
|
|
||
|
+ r->write_event_handler = ngx_http_core_run_phases;
|
||
|
+
|
||
|
ngx_http_core_run_phases(r);
|
||
|
|
||
|
return NGX_DONE;
|