added the patch for a bug in ngx_http_named_location in the nginx core.

This commit is contained in:
agentzh (章亦春)
2012-05-02 22:11:27 +08:00
parent 74d66c1027
commit 2762f39fc4
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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;