comparison src/http/modules/ngx_http_ssi_filter_module.h @ 194:003bd800ec2a NGINX_0_3_44

nginx 0.3.44 *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
author Igor Sysoev <http://sysoev.ru>
date Thu, 04 May 2006 00:00:00 +0400
parents 87699398f955
children fa32d59d9a15
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
59 ngx_array_t variables; 59 ngx_array_t variables;
60 60
61 unsigned conditional:2; 61 unsigned conditional:2;
62 unsigned output:1; 62 unsigned output:1;
63 unsigned output_chosen:1; 63 unsigned output_chosen:1;
64 unsigned wait:1;
64 65
65 void *value_buf; 66 void *value_buf;
66 ngx_str_t timefmt; 67 ngx_str_t timefmt;
67 ngx_str_t errmsg; 68 ngx_str_t errmsg;
68 } ngx_http_ssi_ctx_t; 69 } ngx_http_ssi_ctx_t;