diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-10-17 14:30:54 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-10-17 14:30:54 +0300 |
| commit | d970e099c6b0303395f89e0556f2812bd1d87cf0 (patch) | |
| tree | e95d5371b787c8797c666253ea744570d0f20880 /src/http/ngx_http_upstream.h | |
| parent | 663984fe2f612d6e436dbbd8445e8e10b2850884 (diff) | |
| download | nginx-d970e099c6b0303395f89e0556f2812bd1d87cf0.tar.gz nginx-d970e099c6b0303395f89e0556f2812bd1d87cf0.tar.bz2 | |
Upstream: removed ngx_http_upstream_srv_conf_t.default_port.
This is an API change.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 426672071..23d4726a1 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -128,7 +128,6 @@ struct ngx_http_upstream_srv_conf_s { u_char *file_name; ngx_uint_t line; in_port_t port; - in_port_t default_port; ngx_uint_t no_port; /* unsigned no_port:1 */ #if (NGX_HTTP_UPSTREAM_ZONE) |
