aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_memcached_module.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2018-03-19 16:22:09 +0300
committerRuslan Ermilov <ru@nginx.com>2018-03-19 16:22:09 +0300
commit510986b80683e6d44e0e431ae92423eb7be64351 (patch)
treec2fa61bd1c799dfe15cded61eb45d0edcd2be1bb /src/http/modules/ngx_http_memcached_module.c
parent8dfb87d6bb71174b3c10326492e90a6fe96e4012 (diff)
downloadnginx-510986b80683e6d44e0e431ae92423eb7be64351.tar.gz
nginx-510986b80683e6d44e0e431ae92423eb7be64351.zip
Upstream: fixed comments after 13f8dec720b5.
The fields "uri", "location", and "url" from ngx_http_upstream_conf_t moved to ngx_http_proxy_loc_conf_t and ngx_http_proxy_vars_t, reflect this change in create_loc_conf comments.
Diffstat (limited to 'src/http/modules/ngx_http_memcached_module.c')
-rw-r--r--src/http/modules/ngx_http_memcached_module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_memcached_module.c b/src/http/modules/ngx_http_memcached_module.c
index 69f28faf8..82fa71323 100644
--- a/src/http/modules/ngx_http_memcached_module.c
+++ b/src/http/modules/ngx_http_memcached_module.c
@@ -592,8 +592,6 @@ ngx_http_memcached_create_loc_conf(ngx_conf_t *cf)
* conf->upstream.bufs.num = 0;
* conf->upstream.next_upstream = 0;
* conf->upstream.temp_path = NULL;
- * conf->upstream.uri = { 0, NULL };
- * conf->upstream.location = NULL;
*/
conf->upstream.local = NGX_CONF_UNSET_PTR;