]> git.kaiwu.me - nginx.git/commit
Merge of r4335:
authorMaxim Dounin <mdounin@mdounin.ru>
Sun, 5 Feb 2012 12:37:48 +0000 (12:37 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Sun, 5 Feb 2012 12:37:48 +0000 (12:37 +0000)
commitc68a4cfdc54301d4ac7365d291dbe4af52b1294b
tree9930041bec8f451c56c9f3d41cba49cfdfca595d
parentb134a0cfa92d66c2c5a3f1e781aff524d14c3cb8
Merge of r4335:

Fixed: some of $sent_http_* variables might contain header entries
which actually wasn't sent to a client.

The ngx_http_variable_headers() and ngx_http_variable_unknown_header()
functions did not ignore response header entries with zero "hash"
field.

Thanks to Yichun Zhang (agentzh).
src/http/ngx_http_variables.c