comparison src/http/ngx_http_upstream.h @ 6789:4dea01cf49e8

Upstream: removed ngx_http_upstream_srv_conf_t.default_port. This is an API change.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 17 Oct 2016 14:30:54 +0300
parents d1d0dd69a419
children 0fba3ed4e7eb
comparison
equal deleted inserted replaced
6788:3fa5983b6b44 6789:4dea01cf49e8
126 ngx_uint_t flags; 126 ngx_uint_t flags;
127 ngx_str_t host; 127 ngx_str_t host;
128 u_char *file_name; 128 u_char *file_name;
129 ngx_uint_t line; 129 ngx_uint_t line;
130 in_port_t port; 130 in_port_t port;
131 in_port_t default_port;
132 ngx_uint_t no_port; /* unsigned no_port:1 */ 131 ngx_uint_t no_port; /* unsigned no_port:1 */
133 132
134 #if (NGX_HTTP_UPSTREAM_ZONE) 133 #if (NGX_HTTP_UPSTREAM_ZONE)
135 ngx_shm_zone_t *shm_zone; 134 ngx_shm_zone_t *shm_zone;
136 #endif 135 #endif