comparison src/http/ngx_http_upstream.c @ 90:71c46860eb55 NGINX_0_1_45

nginx 0.1.45 *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <http://sysoev.ru>
date Thu, 08 Sep 2005 00:00:00 +0400
parents 962c43960644
children 45945fa8b8ba
comparison
equal deleted inserted replaced
89:7ed9767f1c4e 90:71c46860eb55
187 ngx_module_t ngx_http_upstream_module = { 187 ngx_module_t ngx_http_upstream_module = {
188 NGX_MODULE_V1, 188 NGX_MODULE_V1,
189 &ngx_http_upstream_module_ctx, /* module context */ 189 &ngx_http_upstream_module_ctx, /* module context */
190 NULL, /* module directives */ 190 NULL, /* module directives */
191 NGX_HTTP_MODULE, /* module type */ 191 NGX_HTTP_MODULE, /* module type */
192 NULL, /* init master */
192 NULL, /* init module */ 193 NULL, /* init module */
193 NULL /* init process */ 194 NULL, /* init process */
195 NULL, /* init thread */
196 NULL, /* exit thread */
197 NULL, /* exit process */
198 NULL, /* exit master */
199 NGX_MODULE_V1_PADDING
194 }; 200 };
195 201
196 202
197 static ngx_http_log_op_name_t ngx_http_upstream_log_fmt_ops[] = { 203 static ngx_http_log_op_name_t ngx_http_upstream_log_fmt_ops[] = {
198 { ngx_string("upstream_status"), 0, NULL, 204 { ngx_string("upstream_status"), 0, NULL,