diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2013-12-09 10:53:28 +0400 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2013-12-09 10:53:28 +0400 |
| commit | 769eded73267274e018f460dd76b417538aa5934 (patch) | |
| tree | 74d872edd0d7406caeeee3fe7fac38d048f47951 /src/http/ngx_http_upstream.c | |
| parent | 809bee30b742eadbf1b487d4d185215f093377a5 (diff) | |
| download | nginx-769eded73267274e018f460dd76b417538aa5934.tar.gz nginx-769eded73267274e018f460dd76b417538aa5934.tar.bz2 | |
Resolver: implemented IPv6 name to address resolving.
Diffstat (limited to 'src/http/ngx_http_upstream.c')
| -rw-r--r-- | src/http/ngx_http_upstream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 522e17fe3..8bf0ba218 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -644,7 +644,6 @@ ngx_http_upstream_init_request(ngx_http_request_t *r) } ctx->name = *host; - ctx->type = NGX_RESOLVE_A; ctx->handler = ngx_http_upstream_resolve_handler; ctx->data = r; ctx->timeout = clcf->resolver_timeout; |
