comparison src/http/ngx_http_upstream.h @ 2184:274c0f3ea600

proxy_ssl_session_reuse
author Igor Sysoev <igor@sysoev.ru>
date Sun, 17 Aug 2008 17:47:52 +0000
parents 68b426b43c31
children 33556140681a
comparison
equal deleted inserted replaced
2183:4a5bfd728a12 2184:274c0f3ea600
146 unsigned intercept_404:1; 146 unsigned intercept_404:1;
147 unsigned change_buffering:1; 147 unsigned change_buffering:1;
148 148
149 #if (NGX_HTTP_SSL) 149 #if (NGX_HTTP_SSL)
150 ngx_ssl_t *ssl; 150 ngx_ssl_t *ssl;
151 ngx_flag_t ssl_session_reuse;
151 #endif 152 #endif
152 153
153 } ngx_http_upstream_conf_t; 154 } ngx_http_upstream_conf_t;
154 155
155 156