]> git.kaiwu.me - nginx.git/commitdiff
namespace may be set via $memcached_key
authorIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 12:15:27 +0000 (12:15 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 7 Jun 2007 12:15:27 +0000 (12:15 +0000)
src/http/modules/ngx_http_memcached_module.c

index 0fee694b2ffdaf9d160ea828a9764f940c5e51d2..ffd872b44f2f96a7080185db154d6b7868fdb952 100644 (file)
@@ -595,7 +595,6 @@ ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 
     u.url = value[1];
     u.no_resolve = 1;
-    /* u.uri_part = 1;  may be used as namespace */
 
     lcf->upstream.upstream = ngx_http_upstream_add(cf, &u, 0);
     if (lcf->upstream.upstream == NULL) {