comparison src/http/ngx_http_upstream.h @ 2754:7d16774c757c

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Apr 2009 19:58:19 +0000
parents 3a8a53c0c42f
children 4e002555652d
comparison
equal deleted inserted replaced
2753:9ba1bee1b1e4 2754:7d16774c757c
160 unsigned intercept_404:1; 160 unsigned intercept_404:1;
161 unsigned change_buffering:1; 161 unsigned change_buffering:1;
162 162
163 #if (NGX_HTTP_SSL) 163 #if (NGX_HTTP_SSL)
164 ngx_ssl_t *ssl; 164 ngx_ssl_t *ssl;
165 ngx_flag_t ssl_session_reuse; 165 ngx_flag_t ssl_session_reuse;
166 #endif 166 #endif
167 167
168 } ngx_http_upstream_conf_t; 168 } ngx_http_upstream_conf_t;
169 169
170 170