comparison src/http/ngx_http_upstream.c @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) 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 <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents c9ad0d9c7d59
children 511a89da35ad
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
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,