comparison src/http/ngx_http_upstream.h @ 3976:215fe9223419

update r3945 with more descriptive error message
author Igor Sysoev <igor@sysoev.ru>
date Fri, 29 Jul 2011 15:33:03 +0000
parents 254c09d0f791
children dbddec65fdab f83b47591642
comparison
equal deleted inserted replaced
3975:3ce20f216ede 3976:215fe9223419
177 #if (NGX_HTTP_SSL) 177 #if (NGX_HTTP_SSL)
178 ngx_ssl_t *ssl; 178 ngx_ssl_t *ssl;
179 ngx_flag_t ssl_session_reuse; 179 ngx_flag_t ssl_session_reuse;
180 #endif 180 #endif
181 181
182 ngx_str_t module;
182 } ngx_http_upstream_conf_t; 183 } ngx_http_upstream_conf_t;
183 184
184 185
185 typedef struct { 186 typedef struct {
186 ngx_str_t name; 187 ngx_str_t name;