]> git.kaiwu.me - nginx.git/commit
Fixed separator in $sent_http_cache_control.
authorRuslan Ermilov <ru@nginx.com>
Wed, 27 Feb 2013 13:22:20 +0000 (13:22 +0000)
committerRuslan Ermilov <ru@nginx.com>
Wed, 27 Feb 2013 13:22:20 +0000 (13:22 +0000)
commit40ea120b34342a3aa80f27378c7f05360b2da7a0
treeae8d7b6da1498b40b3688ab4ca83598587c903f8
parentf1d5d03eee7917430c44c9ee8dcaba4efbb79cab
Fixed separator in $sent_http_cache_control.

In case multiple "Cache-Control" headers are sent to a client,
multiple values in $sent_http_cache_control were incorrectly
split by a semicolon.  Now they are split by a comma.
src/http/ngx_http_variables.c