diff src/http/modules/ngx_http_memcached_module.c @ 310:95d92ec39071 NGINX_0_5_25

nginx 0.5.25 *) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jun 2007 00:00:00 +0400
parents 675a39fd14cd
children d16d691432c9
line wrap: on
line diff
--- a/src/http/modules/ngx_http_memcached_module.c
+++ b/src/http/modules/ngx_http_memcached_module.c
@@ -595,7 +595,6 @@ ngx_http_memcached_pass(ngx_conf_t *cf, 
 
     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) {