]> git.kaiwu.me - nginx.git/commit
Upstream: simplified proxy_store and friends configuration code.
authorValentin Bartenev <vbart@nginx.com>
Mon, 22 Dec 2014 09:58:56 +0000 (12:58 +0300)
committerValentin Bartenev <vbart@nginx.com>
Mon, 22 Dec 2014 09:58:56 +0000 (12:58 +0300)
commit492844dbb18035617b6c220c4a857d9333c6ea61
tree01af9a9921320490599f92489d4535fe752a101b
parentcf9283113151fa4572bfdb639a0934b5a3a052bb
Upstream: simplified proxy_store and friends configuration code.

This changes internal API related to handling of the "store"
flag in ngx_http_upstream_conf_t.  Previously, a non-null value
of "store_lengths" was enough to enable store functionality with
custom path.  Now, the "store" flag is also required to be set.

No functional changes.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/ngx_http_upstream.c