diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 16:46:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-12 16:46:16 +0000 |
commit | bf3aaac7ac691d142201daaf7fa687d4760bbf22 (patch) | |
tree | b8708eb68217a48d66762506c6d78c0b66227ec3 /src/http/modules/ngx_http_memcached_module.c | |
parent | 63ba5a61b59142048400b0a5e434abb7c7b98e2a (diff) | |
download | nginx-bf3aaac7ac691d142201daaf7fa687d4760bbf22.tar.gz nginx-bf3aaac7ac691d142201daaf7fa687d4760bbf22.zip |
rewritten upstream
Diffstat (limited to 'src/http/modules/ngx_http_memcached_module.c')
-rw-r--r-- | src/http/modules/ngx_http_memcached_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_memcached_module.c b/src/http/modules/ngx_http_memcached_module.c index 5265c38cf..bd8b83716 100644 --- a/src/http/modules/ngx_http_memcached_module.c +++ b/src/http/modules/ngx_http_memcached_module.c @@ -583,7 +583,6 @@ ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_memzero(&u, sizeof(ngx_url_t)); u.url = value[1]; - u.upstream = 1; u.no_resolve = 1; /* u.uri_part = 1; may be used as namespace */ |