]> git.kaiwu.me - nginx.git/commit
Merge of r4642:
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 14:42:08 +0000 (14:42 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 2 Jul 2012 14:42:08 +0000 (14:42 +0000)
commite5ae5b6890c2c6b2276f4a124d82648b76f9ec7a
tree7fde3508d97e9d60926ea3626feffd03e7bea637
parent917e4ab3fb3759e3c9436256d35a1d6cf6169619
Merge of r4642:

Fixed core variables dynamic access after reconfiguration.

If variable was indexed in previous configuration but not in current
one, the NGX_HTTP_VAR_INDEXED flag was left set and confused
ngx_http_get_variable().

Patch by Yichun Zhang (agentzh), slightly modified.
src/http/ngx_http_variables.c