commit | 34229e9d4d283e7910309c6c90d4182e5449f272 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu May 17 18:10:34 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu May 17 18:10:34 2012 +0000 |
tree | 5174a2d169e4b199ad777786f58dc6a6c9351404 | |
parent | d2143f11cbb3e1502e75d2e771aed1e79be7d612 [diff] |
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.